#70626E

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

Shades of Salt Box #70626E

Tints of Salt Box #70626E

Color information

#70626E (or 0x70626E) is unknown color: approx Salt Box. HEX triplet: 70, 62 and 6E. RGB value is (112,98,110). Sum of RGB (Red+Green+Blue) = 112+98+110=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 112 - color contains mainly: red. Hex color #70626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70626E is #8F9D91. Grayscale: #676767. Windows color (decimal): -9411986 or 7234160. OLE color: 7234160.

HSL color Cylindrical-coordinate representation of color #70626E: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #70626E is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11298110-
CMYK00.130.020.56
HSL308.57º6.67%41.18%-
HSV(B)308.57º12.5%43.92%-
XYZ13.8613.3116.59-
YUV103.55131.64134.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=35%
G=30.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129811000.130.020.56308.576.6741.18
Hex70626E0D238135729
Octal160142156015270465751
Binary1110000110001011011100110110111000100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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