#77516F

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

Shades of Salt Box #77516F

Tints of Salt Box #77516F

Color information

#77516F (or 0x77516F) is unknown color: approx Salt Box. HEX triplet: 77, 51 and 6F. RGB value is (119,81,111). Sum of RGB (Red+Green+Blue) = 119+81+111=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77516F is #88AE90. Grayscale: #5F5F5F. Windows color (decimal): -8957585 or 7295351. OLE color: 7295351.

HSL color Cylindrical-coordinate representation of color #77516F: hue angle of 312.63º 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 #77516F is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11981111-
CMYK00.320.070.53
HSL312.63º19%39.22%-
HSV(B)312.63º31.93%46.67%-
XYZ13.4210.9516.45-
YUV95.78136.59144.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=38.26%
G=26.05%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198111100.320.070.53312.631939.22
Hex77516F0207351391327
Octal1671211570407654712347
Binary111011110100011101111010000011111010110011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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