#72556D

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

Shades of Salt Box #72556D

Tints of Salt Box #72556D

Color information

#72556D (or 0x72556D) is unknown color: approx Salt Box. HEX triplet: 72, 55 and 6D. RGB value is (114,85,109). Sum of RGB (Red+Green+Blue) = 114+85+109=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72556D is #8DAA92. Grayscale: #606060. Windows color (decimal): -9284243 or 7165298. OLE color: 7165298.

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

Color convert

RGB11485109-
CMYK00.250.040.55
HSL310.34º14.57%39.02%-
HSV(B)310.34º25.44%44.71%-
XYZ12.9511.1815.94-
YUV96.41135.11140.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=37.01%
G=27.60%
B=35.39%

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
Decimal1148510900.250.040.55310.3414.5739.02
Hex72556D019437136f27
Octal1621251550314674661747
Binary1110010101010111011010110011001101111001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72556D; }

 p { color: rgb(114,85,109); }

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

<style>
 a { background-color: #72556D; }

 a { background-color: rgb(114,85,109); }

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

<style>
 span { border-color: #72556D; }

 span { border-color: rgb(114,85,109); }

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