#76526E

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

Shades of Salt Box #76526E

Tints of Salt Box #76526E

Color information

#76526E (or 0x76526E) is unknown color: approx Salt Box. HEX triplet: 76, 52 and 6E. RGB value is (118,82,110). Sum of RGB (Red+Green+Blue) = 118+82+110=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #76526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526E is #89AD91. Grayscale: #5F5F5F. Windows color (decimal): -9022866 or 7230070. OLE color: 7230070.

HSL color Cylindrical-coordinate representation of color #76526E: hue angle of 313.33º degrees, saturation: 0.18, 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 #76526E is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11882110-
CMYK00.310.070.54
HSL313.33º18%39.22%-
HSV(B)313.33º30.51%46.27%-
XYZ13.311.0116.18-
YUV95.96135.93143.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=38.06%
G=26.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188211000.310.070.54313.331839.22
Hex76526E01F7361391227
Octal1661221560377664712247
Binary11101101010010110111001111111111011010011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76526E; }

 p { color: rgb(118,82,110); }

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

<style>
 a { background-color: #76526E; }

 a { background-color: rgb(118,82,110); }

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

<style>
 span { border-color: #76526E; }

 span { border-color: rgb(118,82,110); }

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