#76596C

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

Shades of Salt Box #76596C

Tints of Salt Box #76596C

Color information

#76596C (or 0x76596C) is unknown color: approx Salt Box. HEX triplet: 76, 59 and 6C. RGB value is (118,89,108). Sum of RGB (Red+Green+Blue) = 118+89+108=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76596C is #89A693. Grayscale: #636363. Windows color (decimal): -9021076 or 7100790. OLE color: 7100790.

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

Color convert

RGB11889108-
CMYK00.250.080.54
HSL320.69º14.01%40.59%-
HSV(B)320.69º24.58%46.27%-
XYZ13.7512.0815.79-
YUV99.84132.61140.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=37.46%
G=28.25%
B=34.29%

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
Decimal1188910800.250.080.54320.6914.0140.59
Hex76596C019836141e29
Octal16613115403110665011651
Binary11101101011001110110001100110001101101010000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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