#72566E

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

Shades of Salt Box #72566E

Tints of Salt Box #72566E

Color information

#72566E (or 0x72566E) is unknown color: approx Salt Box. HEX triplet: 72, 56 and 6E. RGB value is (114,86,110). Sum of RGB (Red+Green+Blue) = 114+86+110=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #72566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72566E is #8DA991. Grayscale: #616161. Windows color (decimal): -9283986 or 7231090. OLE color: 7231090.

HSL color Cylindrical-coordinate representation of color #72566E: hue angle of 308.57º 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 #72566E is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11486110-
CMYK00.250.040.55
HSL308.57º14%39.22%-
HSV(B)308.57º24.56%44.71%-
XYZ13.0811.3616.25-
YUV97.11135.28140.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 86 (33.98% from 255) = 27.74%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=36.77%
G=27.74%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148611000.250.040.55308.571439.22
Hex72566E019437135e27
Octal1621261560314674651647
Binary1110010101011011011100110011001101111001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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