#72536F

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

Shades of Salt Box #72536F

Tints of Salt Box #72536F

Color information

#72536F (or 0x72536F) is unknown color: approx Salt Box. HEX triplet: 72, 53 and 6F. RGB value is (114,83,111). Sum of RGB (Red+Green+Blue) = 114+83+111=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72536F is #8DAC90. Grayscale: #5F5F5F. Windows color (decimal): -9284753 or 7295858. OLE color: 7295858.

HSL color Cylindrical-coordinate representation of color #72536F: hue angle of 305.81º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72536F is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11483111-
CMYK00.270.030.55
HSL305.81º15.74%38.63%-
HSV(B)305.81º27.19%44.71%-
XYZ12.910.9116.47-
YUV95.46136.77141.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=37.01%
G=26.95%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148311100.270.030.55305.8115.7438.63
Hex72536F01B3371321027
Octal1621231570333674622047
Binary1110010101001111011110110111111011110011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72536F; }

 p { color: rgb(114,83,111); }

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

<style>
 a { background-color: #72536F; }

 a { background-color: rgb(114,83,111); }

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

<style>
 span { border-color: #72536F; }

 span { border-color: rgb(114,83,111); }

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