#77526C

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

Shades of Salt Box #77526C

Tints of Salt Box #77526C

Color information

#77526C (or 0x77526C) is unknown color: approx Salt Box. HEX triplet: 77, 52 and 6C. RGB value is (119,82,108). Sum of RGB (Red+Green+Blue) = 119+82+108=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77526C is #88AD93. Grayscale: #5F5F5F. Windows color (decimal): -8957332 or 7098999. OLE color: 7098999.

HSL color Cylindrical-coordinate representation of color #77526C: hue angle of 317.84º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77526C is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11982108-
CMYK00.310.090.53
HSL317.84º18.41%39.41%-
HSV(B)317.84º31.09%46.67%-
XYZ13.3311.0415.62-
YUV96.03134.76144.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=38.51%
G=26.54%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198210800.310.090.53317.8418.4139.41
Hex77526C01F93513e1227
Octal16712215403711654762247
Binary111011110100101101100011111100111010110011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,82,108); }

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

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

 a { background-color: rgb(119,82,108); }

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

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

 span { border-color: rgb(119,82,108); }

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