#70686F

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

Shades of Salt Box #70686F

Tints of Salt Box #70686F

Color information

#70686F (or 0x70686F) is unknown color: approx Salt Box. HEX triplet: 70, 68 and 6F. RGB value is (112,104,111). Sum of RGB (Red+Green+Blue) = 112+104+111=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #70686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70686F is #8F9790. Grayscale: #6B6B6B. Windows color (decimal): -9410449 or 7301232. OLE color: 7301232.

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

Color convert

RGB112104111-
CMYK00.070.010.56
HSL307.5º3.7%42.35%-
HSV(B)307.5º7.14%43.92%-
XYZ14.514.4917.07-
YUV107.19130.15131.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=34.25%
G=31.80%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210411100.070.010.56307.53.742.35
Hex70686F0713813442a
Octal16015015707170464452
Binary11100001101000110111101111111000100110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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