#76596F

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

Shades of Salt Box #76596F

Tints of Salt Box #76596F

Color information

#76596F (or 0x76596F) is unknown color: approx Salt Box. HEX triplet: 76, 59 and 6F. RGB value is (118,89,111). Sum of RGB (Red+Green+Blue) = 118+89+111=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #76596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596F is #89A690. Grayscale: #646464. Windows color (decimal): -9021073 or 7297398. OLE color: 7297398.

HSL color Cylindrical-coordinate representation of color #76596F: hue angle of 314.48º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76596F is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11889111-
CMYK00.250.060.54
HSL314.48º14.01%40.59%-
HSV(B)314.48º24.58%46.27%-
XYZ13.9112.1416.65-
YUV100.18134.11140.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=37.11%
G=27.99%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188911100.250.060.54314.4814.0140.59
Hex76596F01963613ae29
Octal1661311570316664721651
Binary1110110101100111011110110011101101101001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,89,111); }

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

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

 a { background-color: rgb(118,89,111); }

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

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

 span { border-color: rgb(118,89,111); }

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