Html Css Color HEX #705F66 Scorpion

📋 copy color: '#705F66'

red 112 ◦ green 95 ◦ blue 102

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

Shades of Scorpion #705F66

Tints of Scorpion #705F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 36.25%
G = 30.74%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#705F66 (or 0x705F66) is known color: Scorpion. HEX triplet: 70, 5F and 66. RGB value is (112,95,102). Sum of RGB (Red+Green+Blue) = 112+95+102=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #705F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F66 is #8FA099. Grayscale: #646464. Windows color (decimal): -9412762 or 6709104. OLE color: 6709104.

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

Color convert

RGB 112 95 102 -
CMYK 0 0.15 0.09 0.56
HSL 335.29º 0.08% 0.41% -
HSV(B) 335.29º 0.15% 0.44% -
XYZ 13.17 12.59 14.31 -
YUV 100.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 112 95 102 0 0.15 0.09 0.56 335.29 0.08 0.41
Hex 70 5F 66 0 F 9 38 14F 8 29
Octal 160 137 146 0 17 11 70 517 10 51
Binary 1110000 1011111 1100110 0 1111 1001 111000 101001111 1000 101001

Color Harmonies of #705F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F66

Black with #705F66

Text Example


Text Example

White with #705F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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