#70626C

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

Shades of Salt Box #70626C

Tints of Salt Box #70626C

Color information

#70626C (or 0x70626C) is unknown color: approx Salt Box. HEX triplet: 70, 62 and 6C. RGB value is (112,98,108). Sum of RGB (Red+Green+Blue) = 112+98+108=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #70626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70626C is #8F9D93. Grayscale: #676767. Windows color (decimal): -9411988 or 7103088. OLE color: 7103088.

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

Color convert

RGB11298108-
CMYK00.130.040.56
HSL317.14º6.67%41.18%-
HSV(B)317.14º12.5%43.92%-
XYZ13.7613.2616.02-
YUV103.33130.64134.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=35.22%
G=30.82%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129810800.130.040.56317.146.6741.18
Hex70626C0D43813d729
Octal160142154015470475751
Binary11100001100010110110001101100111000100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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