Html Css Color HEX #706166 Scorpion

📋 copy color: '#706166'

red 112 ◦ green 97 ◦ blue 102

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

Shades of Scorpion #706166

Tints of Scorpion #706166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 36.01%
G = 31.19%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706166 (or 0x706166) is known color: Scorpion. HEX triplet: 70, 61 and 66. RGB value is (112,97,102). Sum of RGB (Red+Green+Blue) = 112+97+102=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706166 is #8F9E99. Grayscale: #666666. Windows color (decimal): -9412250 or 6709616. OLE color: 6709616.

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

Color convert

RGB 112 97 102 -
CMYK 0 0.13 0.09 0.56
HSL 340º 0.07% 0.41% -
HSV(B) 340º 0.13% 0.44% -
XYZ 13.36 12.95 14.37 -
YUV 102.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 112 97 102 0 0.13 0.09 0.56 340 0.07 0.41
Hex 70 61 66 0 D 9 38 154 7 29
Octal 160 141 146 0 15 11 70 524 7 51
Binary 1110000 1100001 1100110 0 1101 1001 111000 101010100 111 101001

Color Harmonies of #706166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706166

Black with #706166

Text Example


Text Example

White with #706166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706166; }

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

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

background-color css

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

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

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

border-color css

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

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

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