#76576F

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

Shades of Salt Box #76576F

Tints of Salt Box #76576F

Color information

#76576F (or 0x76576F) is unknown color: approx Salt Box. HEX triplet: 76, 57 and 6F. RGB value is (118,87,111). Sum of RGB (Red+Green+Blue) = 118+87+111=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576F is #89A890. Grayscale: #626262. Windows color (decimal): -9021585 or 7296886. OLE color: 7296886.

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

Color convert

RGB11887111-
CMYK00.260.060.54
HSL313.55º15.12%40.2%-
HSV(B)313.55º26.27%46.27%-
XYZ13.7511.8216.59-
YUV99134.77141.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=37.34%
G=27.53%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188711100.260.060.54313.5515.1240.2
Hex76576F01A63613af28
Octal1661271570326664721750
Binary1110110101011111011110110101101101101001110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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