#76596D

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

Shades of Salt Box #76596D

Tints of Salt Box #76596D

Color information

#76596D (or 0x76596D) is unknown color: approx Salt Box. HEX triplet: 76, 59 and 6D. RGB value is (118,89,109). Sum of RGB (Red+Green+Blue) = 118+89+109=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596D is #89A692. Grayscale: #636363. Windows color (decimal): -9021075 or 7166326. OLE color: 7166326.

HSL color Cylindrical-coordinate representation of color #76596D: hue angle of 318.62º 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 #76596D is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11889109-
CMYK00.250.080.54
HSL318.62º14.01%40.59%-
HSV(B)318.62º24.58%46.27%-
XYZ13.812.116.08-
YUV99.95133.11140.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=37.34%
G=28.16%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188910900.250.080.54318.6214.0140.59
Hex76596D01983613fe29
Octal16613115503110664771651
Binary11101101011001110110101100110001101101001111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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