#76506F

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

Shades of Salt Box #76506F

Tints of Salt Box #76506F

Color information

#76506F (or 0x76506F) is unknown color: approx Salt Box. HEX triplet: 76, 50 and 6F. RGB value is (118,80,111). Sum of RGB (Red+Green+Blue) = 118+80+111=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #76506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76506F is #89AF90. Grayscale: #5E5E5E. Windows color (decimal): -9023377 or 7295094. OLE color: 7295094.

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

Color convert

RGB11880111-
CMYK00.320.060.54
HSL311.05º19.19%38.82%-
HSV(B)311.05º32.2%46.27%-
XYZ13.2110.7416.42-
YUV94.9137.09144.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=38.19%
G=25.89%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188011100.320.060.54311.0519.1938.82
Hex76506F0206361371327
Octal1661201570406664672347
Binary111011010100001101111010000011011011010011011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,80,111); }

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

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

 a { background-color: rgb(118,80,111); }

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

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

 span { border-color: rgb(118,80,111); }

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