#76576C

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

Shades of Salt Box #76576C

Tints of Salt Box #76576C

Color information

#76576C (or 0x76576C) is unknown color: approx Salt Box. HEX triplet: 76, 57 and 6C. RGB value is (118,87,108). Sum of RGB (Red+Green+Blue) = 118+87+108=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #76576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76576C is #89A893. Grayscale: #626262. Windows color (decimal): -9021588 or 7100278. OLE color: 7100278.

HSL color Cylindrical-coordinate representation of color #76576C: hue angle of 319.35º 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 #76576C is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11887108-
CMYK00.260.080.54
HSL319.35º15.12%40.2%-
HSV(B)319.35º26.27%46.27%-
XYZ13.5911.7515.74-
YUV98.66133.27141.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=37.70%
G=27.80%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188710800.260.080.54319.3515.1240.2
Hex76576C01A83613ff28
Octal16612715403210664771750
Binary11101101010111110110001101010001101101001111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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