#72546A

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

Shades of Salt Box #72546A

Tints of Salt Box #72546A

Color information

#72546A (or 0x72546A) is unknown color: approx Salt Box. HEX triplet: 72, 54 and 6A. RGB value is (114,84,106). Sum of RGB (Red+Green+Blue) = 114+84+106=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #72546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72546A is #8DAB95. Grayscale: #5F5F5F. Windows color (decimal): -9284502 or 6968434. OLE color: 6968434.

HSL color Cylindrical-coordinate representation of color #72546A: hue angle of 316º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72546A is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11484106-
CMYK00.260.070.55
HSL316º15.15%38.82%-
HSV(B)316º26.32%44.71%-
XYZ12.7110.9615.08-
YUV95.48133.94141.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=37.5%
G=27.63%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148410600.260.070.5531615.1538.82
Hex72546A01A73713cf27
Octal1621241520327674741747
Binary1110010101010011010100110101111101111001111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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