#70666B

Color #70666B Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #70666B

Tints of Scorpion #70666B

Color information

#70666B (or 0x70666B) is unknown color: approx Scorpion. HEX triplet: 70, 66 and 6B. RGB value is (112,102,107). Sum of RGB (Red+Green+Blue) = 112+102+107=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666B is #8F9994. Grayscale: #696969. Windows color (decimal): -9410965 or 7038576. OLE color: 7038576.

HSL color Cylindrical-coordinate representation of color #70666B: hue angle of 330º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #70666B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB112102107-
CMYK00.090.040.56
HSL330º4.67%41.96%-
HSV(B)330º8.93%43.92%-
XYZ14.0914.0115.87-
YUV105.56128.81132.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=34.89%
G=31.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210210700.090.040.563304.6741.96
Hex70666B0943814a52a
Octal160146153011470512552
Binary11100001100110110101101001100111000101001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70666B; }

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

 H1.HeaderClassName
 {
   color: #70666B;
 }
 .AnyTagClassName
 {
   color: #70666B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #70666B;
 }
 .BgClassName
 {
   background-color: #70666B;
 }
</style>
border-color css

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

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

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