#72606F

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

Shades of Salt Box #72606F

Tints of Salt Box #72606F

Color information

#72606F (or 0x72606F) is unknown color: approx Salt Box. HEX triplet: 72, 60 and 6F. RGB value is (114,96,111). Sum of RGB (Red+Green+Blue) = 114+96+111=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72606F is #8D9F90. Grayscale: #676767. Windows color (decimal): -9281425 or 7299186. OLE color: 7299186.

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

Color convert

RGB11496111-
CMYK00.160.030.55
HSL310º8.57%41.18%-
HSV(B)310º15.79%44.71%-
XYZ13.9913.0916.83-
YUV103.09132.46135.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=35.51%
G=29.91%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149611100.160.030.553108.5741.18
Hex72606F010337136929
Octal1621401570203674661151
Binary111001011000001101111010000111101111001101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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