#70666E

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

Shades of Salt Box #70666E

Tints of Salt Box #70666E

Color information

#70666E (or 0x70666E) is unknown color: approx Salt Box. HEX triplet: 70, 66 and 6E. RGB value is (112,102,110). Sum of RGB (Red+Green+Blue) = 112+102+110=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #70666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666E is #8F9991. Grayscale: #696969. Windows color (decimal): -9410962 or 7235184. OLE color: 7235184.

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

Color convert

RGB112102110-
CMYK00.090.020.56
HSL312º4.67%41.96%-
HSV(B)312º8.93%43.92%-
XYZ14.2514.0716.72-
YUV105.9130.31132.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=34.57%
G=31.48%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210211000.090.020.563124.6741.96
Hex70666E0923813852a
Octal160146156011270470552
Binary1110000110011011011100100110111000100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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