#70656F

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

Shades of Salt Box #70656F

Tints of Salt Box #70656F

Color information

#70656F (or 0x70656F) is unknown color: approx Salt Box. HEX triplet: 70, 65 and 6F. RGB value is (112,101,111). Sum of RGB (Red+Green+Blue) = 112+101+111=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #70656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70656F is #8F9A90. Grayscale: #696969. Windows color (decimal): -9411217 or 7300464. OLE color: 7300464.

HSL color Cylindrical-coordinate representation of color #70656F: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #70656F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB112101111-
CMYK00.100.010.56
HSL305.45º5.16%41.76%-
HSV(B)305.45º9.82%43.92%-
XYZ14.2113.916.97-
YUV105.43131.14132.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=34.57%
G=31.17%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210111100.100.010.56305.455.1641.76
Hex70656F0A13813152a
Octal160145157012170461552
Binary111000011001011101111010101111000100110001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70656F; }

 p { color: rgb(112,101,111); }

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

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

 a { background-color: rgb(112,101,111); }

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

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

 span { border-color: rgb(112,101,111); }

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