#70616C

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

Shades of Salt Box #70616C

Tints of Salt Box #70616C

Color information

#70616C (or 0x70616C) is unknown color: approx Salt Box. HEX triplet: 70, 61 and 6C. RGB value is (112,97,108). Sum of RGB (Red+Green+Blue) = 112+97+108=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 112 - color contains mainly: red. Hex color #70616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70616C is #8F9E93. Grayscale: #666666. Windows color (decimal): -9412244 or 7102832. OLE color: 7102832.

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

Color convert

RGB11297108-
CMYK00.130.040.56
HSL316º7.18%40.98%-
HSV(B)316º13.39%43.92%-
XYZ13.6613.0815.99-
YUV102.74130.97134.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=35.33%
G=30.60%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129710800.130.040.563167.1840.98
Hex70616C0D43813c729
Octal160141154015470474751
Binary11100001100001110110001101100111000100111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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