#76566F

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

Shades of Salt Box #76566F

Tints of Salt Box #76566F

Color information

#76566F (or 0x76566F) is unknown color: approx Salt Box. HEX triplet: 76, 56 and 6F. RGB value is (118,86,111). Sum of RGB (Red+Green+Blue) = 118+86+111=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76566F is #89A990. Grayscale: #626262. Windows color (decimal): -9021841 or 7296630. OLE color: 7296630.

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

Color convert

RGB11886111-
CMYK00.270.060.54
HSL313.12º15.69%40%-
HSV(B)313.12º27.12%46.27%-
XYZ13.6711.6516.57-
YUV98.42135.1141.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=37.46%
G=27.30%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188611100.270.060.54313.1215.6940
Hex76566F01B6361391028
Octal1661261570336664712050
Binary11101101010110110111101101111011011010011100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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