Html Css Color HEX #706066 Scorpion

📋 copy color: '#706066'

red 112 ◦ green 96 ◦ blue 102

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

Shades of Scorpion #706066

Tints of Scorpion #706066

RGB

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

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

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

R = 36.13%
G = 30.97%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706066 (or 0x706066) is known color: Scorpion. HEX triplet: 70, 60 and 66. RGB value is (112,96,102). Sum of RGB (Red+Green+Blue) = 112+96+102=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706066 is #8F9F99. Grayscale: #656565. Windows color (decimal): -9412506 or 6709360. OLE color: 6709360.

HSL color Cylindrical-coordinate representation of color #706066: hue angle of 337.5º 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 #706066 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 102 -
CMYK 0 0.14 0.09 0.56
HSL 337.5º 0.08% 0.41% -
HSV(B) 337.5º 0.14% 0.44% -
XYZ 13.26 12.77 14.34 -
YUV 101.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 112 96 102 0 0.14 0.09 0.56 337.5 0.08 0.41
Hex 70 60 66 0 E 9 38 152 8 29
Octal 160 140 146 0 16 11 70 522 10 51
Binary 1110000 1100000 1100110 0 1110 1001 111000 101010010 1000 101001

Color Harmonies of #706066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706066

Black with #706066

Text Example


Text Example

White with #706066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706066; }

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

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

background-color css

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

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

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

border-color css

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

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

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