#70666C

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

Shades of Salt Box #70666C

Tints of Salt Box #70666C

Color information

#70666C (or 0x70666C) is unknown color: approx Salt Box. HEX triplet: 70, 66 and 6C. RGB value is (112,102,108). Sum of RGB (Red+Green+Blue) = 112+102+108=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 112 - color contains mainly: red. Hex color #70666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70666C is #8F9993. Grayscale: #696969. Windows color (decimal): -9410964 or 7104112. OLE color: 7104112.

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

Color convert

RGB112102108-
CMYK00.090.040.56
HSL324º4.67%41.96%-
HSV(B)324º8.93%43.92%-
XYZ14.1414.0316.15-
YUV105.67129.31132.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=34.78%
G=31.68%
B=33.54%

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
Decimal11210210800.090.040.563244.6741.96
Hex70666C0943814452a
Octal160146154011470504552
Binary11100001100110110110001001100111000101000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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