#77596E

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

Shades of Salt Box #77596E

Tints of Salt Box #77596E

Color information

#77596E (or 0x77596E) is unknown color: approx Salt Box. HEX triplet: 77, 59 and 6E. RGB value is (119,89,110). Sum of RGB (Red+Green+Blue) = 119+89+110=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #77596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77596E is #88A691. Grayscale: #646464. Windows color (decimal): -8955538 or 7231863. OLE color: 7231863.

HSL color Cylindrical-coordinate representation of color #77596E: hue angle of 318º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77596E is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11989110-
CMYK00.250.080.53
HSL318º14.42%40.78%-
HSV(B)318º25.21%46.67%-
XYZ13.9912.1916.37-
YUV100.36133.44141.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=37.42%
G=27.99%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198911000.250.080.5331814.4240.78
Hex77596E01983513ee29
Octal16713115603110654761651
Binary11101111011001110111001100110001101011001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77596E; }

 p { color: rgb(119,89,110); }

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

<style>
 a { background-color: #77596E; }

 a { background-color: rgb(119,89,110); }

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

<style>
 span { border-color: #77596E; }

 span { border-color: rgb(119,89,110); }

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