#76516C

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

Shades of Salt Box #76516C

Tints of Salt Box #76516C

Color information

#76516C (or 0x76516C) is unknown color: approx Salt Box. HEX triplet: 76, 51 and 6C. RGB value is (118,81,108). Sum of RGB (Red+Green+Blue) = 118+81+108=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76516C is #89AE93. Grayscale: #5F5F5F. Windows color (decimal): -9023124 or 7098742. OLE color: 7098742.

HSL color Cylindrical-coordinate representation of color #76516C: hue angle of 316.22º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76516C is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11881108-
CMYK00.310.080.54
HSL316.22º18.59%39.02%-
HSV(B)316.22º31.36%46.27%-
XYZ13.1210.8215.58-
YUV95.14135.26144.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=38.44%
G=26.38%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188110800.310.080.54316.2218.5939.02
Hex76516C01F83613c1327
Octal16612115403710664742347
Binary111011010100011101100011111100011011010011110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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