#70626D

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

Shades of Salt Box #70626D

Tints of Salt Box #70626D

Color information

#70626D (or 0x70626D) is unknown color: approx Salt Box. HEX triplet: 70, 62 and 6D. RGB value is (112,98,109). Sum of RGB (Red+Green+Blue) = 112+98+109=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #70626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70626D is #8F9D92. Grayscale: #676767. Windows color (decimal): -9411987 or 7168624. OLE color: 7168624.

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

Color convert

RGB11298109-
CMYK00.130.030.56
HSL312.86º6.67%41.18%-
HSV(B)312.86º12.5%43.92%-
XYZ13.8113.2816.3-
YUV103.44131.14134.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=35.11%
G=30.72%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129810900.130.030.56312.866.6741.18
Hex70626D0D338139729
Octal160142155015370471751
Binary1110000110001011011010110111111000100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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