#77516E

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

Shades of Salt Box #77516E

Tints of Salt Box #77516E

Color information

#77516E (or 0x77516E) is unknown color: approx Salt Box. HEX triplet: 77, 51 and 6E. RGB value is (119,81,110). Sum of RGB (Red+Green+Blue) = 119+81+110=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77516E is #88AE91. Grayscale: #5F5F5F. Windows color (decimal): -8957586 or 7229815. OLE color: 7229815.

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

Color convert

RGB11981110-
CMYK00.320.080.53
HSL314.21º19%39.22%-
HSV(B)314.21º31.93%46.67%-
XYZ13.3610.9316.16-
YUV95.67136.09144.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=38.39%
G=26.13%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198111000.320.080.53314.211939.22
Hex77516E02083513a1327
Octal16712115604010654722347
Binary1110111101000111011100100000100011010110011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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