Html Css Color HEX #70575F Scorpion

📋 copy color: '#70575F'

red 112 ◦ green 87 ◦ blue 95

#70575F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #70575F

Tints of Scorpion #70575F

RGB

 RED value IS 112 (44.14% from 255) = 38.1%

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 38.1%
G = 29.59%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70575F (or 0x70575F) is known color: Scorpion. HEX triplet: 70, 57 and 5F. RGB value is (112,87,95). Sum of RGB (Red+Green+Blue) = 112+87+95=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70575F is #8FA8A0. Grayscale: #5F5F5F. Windows color (decimal): -9414817 or 6248304. OLE color: 6248304.

HSL color Cylindrical-coordinate representation of color #70575F: hue angle of 340.8º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70575F is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 87 95 -
CMYK 0 0.22 0.15 0.56
HSL 340.8º 0.13% 0.39% -
HSV(B) 340.8º 0.22% 0.44% -
XYZ 12.16 11.09 12.33 -
YUV 95.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 112 87 95 0 0.22 0.15 0.56 340.8 0.13 0.39
Hex 70 57 5F 0 16 F 38 155 D 27
Octal 160 127 137 0 26 17 70 525 15 47
Binary 1110000 1010111 1011111 0 10110 1111 111000 101010101 1101 100111

Color Harmonies of #70575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70575F

Black with #70575F

Text Example


Text Example

White with #70575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70575F; }

 p { color: rgb(112,87,95); }

 H1.HeaderClassName
 {
   color: #70575F;
 }
 .AnyTagClassName
 {
   color: #70575F;
 }
</style>

background-color css

<style>
 a { background-color: #70575F; }

 a { background-color: rgb(112,87,95); }

 div.DivClassName
 {
   background-color: #70575F;
 }
 .BgClassName
 {
   background-color: #70575F;
 }
</style>

border-color css

<style>
 span { border-color: #70575F; }

 span { border-color: rgb(112,87,95); }

 td.TdClassName
 {
   border-color: #70575F;
 }
 .TagClassName
 {
   border-color: #70575F;
 }
</style>