#72576B

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

Shades of Salt Box #72576B

Tints of Salt Box #72576B

Color information

#72576B (or 0x72576B) is unknown color: approx Salt Box. HEX triplet: 72, 57 and 6B. RGB value is (114,87,107). Sum of RGB (Red+Green+Blue) = 114+87+107=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576B is #8DA894. Grayscale: #616161. Windows color (decimal): -9283733 or 7034738. OLE color: 7034738.

HSL color Cylindrical-coordinate representation of color #72576B: hue angle of 315.56º 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 #72576B is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11487107-
CMYK00.240.060.55
HSL315.56º13.43%39.41%-
HSV(B)315.56º23.68%44.71%-
XYZ1311.4615.44-
YUV97.35133.45139.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=37.01%
G=28.25%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148710700.240.060.55315.5613.4339.41
Hex72576B01863713cd27
Octal1621271530306674741547
Binary1110010101011111010110110001101101111001111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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