#72546C

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

Shades of Salt Box #72546C

Tints of Salt Box #72546C

Color information

#72546C (or 0x72546C) is unknown color: approx Salt Box. HEX triplet: 72, 54 and 6C. RGB value is (114,84,108). Sum of RGB (Red+Green+Blue) = 114+84+108=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72546C is #8DAB93. Grayscale: #5F5F5F. Windows color (decimal): -9284500 or 7099506. OLE color: 7099506.

HSL color Cylindrical-coordinate representation of color #72546C: hue angle of 312º 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 #72546C is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11484108-
CMYK00.260.050.55
HSL312º15.15%38.82%-
HSV(B)312º26.32%44.71%-
XYZ12.821115.64-
YUV95.71134.94141.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=37.25%
G=27.45%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148410800.260.050.5531215.1538.82
Hex72546C01A537138f27
Octal1621241540325674701747
Binary1110010101010011011000110101011101111001110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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