#72556A

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

Shades of Salt Box #72556A

Tints of Salt Box #72556A

Color information

#72556A (or 0x72556A) is unknown color: approx Salt Box. HEX triplet: 72, 55 and 6A. RGB value is (114,85,106). Sum of RGB (Red+Green+Blue) = 114+85+106=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72556A is #8DAA95. Grayscale: #606060. Windows color (decimal): -9284246 or 6968690. OLE color: 6968690.

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

Color convert

RGB11485106-
CMYK00.250.070.55
HSL316.55º14.57%39.02%-
HSV(B)316.55º25.44%44.71%-
XYZ12.7911.1215.11-
YUV96.06133.61140.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=37.38%
G=27.87%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148510600.250.070.55316.5514.5739.02
Hex72556A01973713df27
Octal1621251520317674751747
Binary1110010101010111010100110011111101111001111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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