#726470

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

Shades of Salt Box #726470

Tints of Salt Box #726470

Color information

#726470 (or 0x726470) is unknown color: approx Salt Box. HEX triplet: 72, 64 and 70. RGB value is (114,100,112). Sum of RGB (Red+Green+Blue) = 114+100+112=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726470 is #8D9B8F. Grayscale: #696969. Windows color (decimal): -9280400 or 7365746. OLE color: 7365746.

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

Color convert

RGB114100112-
CMYK00.120.020.55
HSL308.57º6.54%41.96%-
HSV(B)308.57º12.28%44.71%-
XYZ14.4213.8617.24-
YUV105.55131.64134.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=34.97%
G=30.67%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410011200.120.020.55308.576.5441.96
Hex7264700C23713572a
Octal162144160014267465752
Binary1110010110010011100000110010110111100110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726470; }

 p { color: rgb(114,100,112); }

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

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

 a { background-color: rgb(114,100,112); }

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

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

 span { border-color: rgb(114,100,112); }

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