#72576A

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

Shades of Salt Box #72576A

Tints of Salt Box #72576A

Color information

#72576A (or 0x72576A) is unknown color: approx Salt Box. HEX triplet: 72, 57 and 6A. RGB value is (114,87,106). Sum of RGB (Red+Green+Blue) = 114+87+106=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #72576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72576A is #8DA895. Grayscale: #616161. Windows color (decimal): -9283734 or 6969202. OLE color: 6969202.

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

Color convert

RGB11487106-
CMYK00.240.070.55
HSL317.78º13.43%39.41%-
HSV(B)317.78º23.68%44.71%-
XYZ12.9511.4315.16-
YUV97.24132.95139.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=37.13%
G=28.34%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148710600.240.070.55317.7813.4339.41
Hex72576A01873713ed27
Octal1621271520307674761547
Binary1110010101011111010100110001111101111001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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