#72566F

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

Shades of Salt Box #72566F

Tints of Salt Box #72566F

Color information

#72566F (or 0x72566F) is unknown color: approx Salt Box. HEX triplet: 72, 56 and 6F. RGB value is (114,86,111). Sum of RGB (Red+Green+Blue) = 114+86+111=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72566F is #8DA990. Grayscale: #616161. Windows color (decimal): -9283985 or 7296626. OLE color: 7296626.

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

Color convert

RGB11486111-
CMYK00.250.030.55
HSL306.43º14%39.22%-
HSV(B)306.43º24.56%44.71%-
XYZ13.1411.3816.54-
YUV97.22135.78139.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=36.66%
G=27.65%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148611100.250.030.55306.431439.22
Hex72566F019337132e27
Octal1621261570313674621647
Binary111001010101101101111011001111101111001100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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