#72566C

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

Shades of Salt Box #72566C

Tints of Salt Box #72566C

Color information

#72566C (or 0x72566C) is unknown color: approx Salt Box. HEX triplet: 72, 56 and 6C. RGB value is (114,86,108). Sum of RGB (Red+Green+Blue) = 114+86+108=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72566C is #8DA993. Grayscale: #606060. Windows color (decimal): -9283988 or 7100018. OLE color: 7100018.

HSL color Cylindrical-coordinate representation of color #72566C: hue angle of 312.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72566C is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11486108-
CMYK00.250.050.55
HSL312.86º14%39.22%-
HSV(B)312.86º24.56%44.71%-
XYZ12.9711.3215.69-
YUV96.88134.28140.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 108 (42.58% from 255) = 35.06%
R=37.01%
G=27.92%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148610800.250.050.55312.861439.22
Hex72566C019537139e27
Octal1621261540315674711647
Binary1110010101011011011000110011011101111001110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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