#72576C

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

Shades of Salt Box #72576C

Tints of Salt Box #72576C

Color information

#72576C (or 0x72576C) is unknown color: approx Salt Box. HEX triplet: 72, 57 and 6C. RGB value is (114,87,108). Sum of RGB (Red+Green+Blue) = 114+87+108=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #72576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576C is #8DA893. Grayscale: #616161. Windows color (decimal): -9283732 or 7100274. OLE color: 7100274.

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

Color convert

RGB11487108-
CMYK00.240.050.55
HSL313.33º13.43%39.41%-
HSV(B)313.33º23.68%44.71%-
XYZ13.0511.4815.71-
YUV97.47133.95139.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=36.89%
G=28.16%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148710800.240.050.55313.3313.4339.41
Hex72576C018537139d27
Octal1621271540305674711547
Binary1110010101011111011000110001011101111001110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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