#76526B

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

Shades of Salt Box #76526B

Tints of Salt Box #76526B

Color information

#76526B (or 0x76526B) is unknown color: approx Salt Box. HEX triplet: 76, 52 and 6B. RGB value is (118,82,107). Sum of RGB (Red+Green+Blue) = 118+82+107=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526B is #89AD94. Grayscale: #5F5F5F. Windows color (decimal): -9022869 or 7033462. OLE color: 7033462.

HSL color Cylindrical-coordinate representation of color #76526B: hue angle of 318.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 #76526B is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11882107-
CMYK00.310.090.54
HSL318.33º18%39.22%-
HSV(B)318.33º30.51%46.27%-
XYZ13.1410.9515.33-
YUV95.61134.43143.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=38.44%
G=26.71%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188210700.310.090.54318.331839.22
Hex76526B01F93613e1227
Octal16612215303711664762247
Binary111011010100101101011011111100111011010011111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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