#726370

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

Shades of Salt Box #726370

Tints of Salt Box #726370

Color information

#726370 (or 0x726370) is unknown color: approx Salt Box. HEX triplet: 72, 63 and 70. RGB value is (114,99,112). Sum of RGB (Red+Green+Blue) = 114+99+112=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726370 is #8D9C8F. Grayscale: #686868. Windows color (decimal): -9280656 or 7365490. OLE color: 7365490.

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

Color convert

RGB11499112-
CMYK00.130.020.55
HSL308º7.04%41.76%-
HSV(B)308º13.16%44.71%-
XYZ14.3313.6717.21-
YUV104.97131.97134.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=35.08%
G=30.46%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149911200.130.020.553087.0441.76
Hex7263700D23713472a
Octal162143160015267464752
Binary1110010110001111100000110110110111100110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726370; }

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

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

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

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

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

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

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

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