#72586C

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

Shades of Salt Box #72586C

Tints of Salt Box #72586C

Color information

#72586C (or 0x72586C) is unknown color: approx Salt Box. HEX triplet: 72, 58 and 6C. RGB value is (114,88,108). Sum of RGB (Red+Green+Blue) = 114+88+108=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72586C is #8DA793. Grayscale: #616161. Windows color (decimal): -9283476 or 7100530. OLE color: 7100530.

HSL color Cylindrical-coordinate representation of color #72586C: hue angle of 313.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72586C is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11488108-
CMYK00.230.050.55
HSL313.85º12.87%39.61%-
HSV(B)313.85º22.81%44.71%-
XYZ13.1411.6415.74-
YUV98.05133.61139.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=36.77%
G=28.39%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810800.230.050.55313.8512.8739.61
Hex72586C01753713ad28
Octal1621301540275674721550
Binary1110010101100011011000101111011101111001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,88,108); }

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

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

 a { background-color: rgb(114,88,108); }

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

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

 span { border-color: rgb(114,88,108); }

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