#72606C

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

Shades of Salt Box #72606C

Tints of Salt Box #72606C

Color information

#72606C (or 0x72606C) is unknown color: approx Salt Box. HEX triplet: 72, 60 and 6C. RGB value is (114,96,108). Sum of RGB (Red+Green+Blue) = 114+96+108=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #72606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72606C is #8D9F93. Grayscale: #666666. Windows color (decimal): -9281428 or 7102578. OLE color: 7102578.

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

Color convert

RGB11496108-
CMYK00.160.050.55
HSL320º8.57%41.18%-
HSV(B)320º15.79%44.71%-
XYZ13.8313.0315.97-
YUV102.75130.96136.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=35.85%
G=30.19%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149610800.160.050.553208.5741.18
Hex72606C010537140929
Octal1621401540205675001151
Binary1110010110000011011000100001011101111010000001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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