Html Css Color HEX #706064 Scorpion

📋 copy color: '#706064'

red 112 ◦ green 96 ◦ blue 100

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

Shades of Scorpion #706064

Tints of Scorpion #706064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 36.36%
G = 31.17%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#706064 (or 0x706064) is known color: Scorpion. HEX triplet: 70, 60 and 64. RGB value is (112,96,100). Sum of RGB (Red+Green+Blue) = 112+96+100=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706064 is #8F9F9B. Grayscale: #656565. Windows color (decimal): -9412508 or 6578288. OLE color: 6578288.

HSL color Cylindrical-coordinate representation of color #706064: hue angle of 345º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706064 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 100 -
CMYK 0 0.14 0.11 0.56
HSL 345º 0.08% 0.41% -
HSV(B) 345º 0.14% 0.44% -
XYZ 13.17 12.73 13.82 -
YUV 101.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 112 96 100 0 0.14 0.11 0.56 345 0.08 0.41
Hex 70 60 64 0 E B 38 159 8 29
Octal 160 140 144 0 16 13 70 531 10 51
Binary 1110000 1100000 1100100 0 1110 1011 111000 101011001 1000 101001

Color Harmonies of #706064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706064

Black with #706064

Text Example


Text Example

White with #706064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706064; }

 p { color: rgb(112,96,100); }

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

background-color css

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

 a { background-color: rgb(112,96,100); }

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

border-color css

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

 span { border-color: rgb(112,96,100); }

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