#72606B

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

Shades of Salt Box #72606B

Tints of Salt Box #72606B

Color information

#72606B (or 0x72606B) is unknown color: approx Salt Box. HEX triplet: 72, 60 and 6B. RGB value is (114,96,107). Sum of RGB (Red+Green+Blue) = 114+96+107=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72606B is #8D9F94. Grayscale: #666666. Windows color (decimal): -9281429 or 7037042. OLE color: 7037042.

HSL color Cylindrical-coordinate representation of color #72606B: hue angle of 323.33º 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 #72606B is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11496107-
CMYK00.160.060.55
HSL323.33º8.57%41.18%-
HSV(B)323.33º15.79%44.71%-
XYZ13.781315.69-
YUV102.64130.46136.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=35.96%
G=30.28%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149610700.160.060.55323.338.5741.18
Hex72606B010637143929
Octal1621401530206675031151
Binary1110010110000011010110100001101101111010000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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