#70676E

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

Shades of Salt Box #70676E

Tints of Salt Box #70676E

Color information

#70676E (or 0x70676E) is unknown color: approx Salt Box. HEX triplet: 70, 67 and 6E. RGB value is (112,103,110). Sum of RGB (Red+Green+Blue) = 112+103+110=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #70676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70676E is #8F9891. Grayscale: #6A6A6A. Windows color (decimal): -9410706 or 7235440. OLE color: 7235440.

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

Color convert

RGB112103110-
CMYK00.080.020.56
HSL313.33º4.19%42.16%-
HSV(B)313.33º8.04%43.92%-
XYZ14.3514.2716.75-
YUV106.49129.98131.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=34.46%
G=31.69%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210311000.080.020.56313.334.1942.16
Hex70676E0823813942a
Octal160147156010270471452
Binary1110000110011111011100100010111000100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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