#76496E

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

Shades of Salt Box #76496E

Tints of Salt Box #76496E

Color information

#76496E (or 0x76496E) is unknown color: approx Salt Box. HEX triplet: 76, 49 and 6E. RGB value is (118,73,110). Sum of RGB (Red+Green+Blue) = 118+73+110=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76496E is #89B691. Grayscale: #5A5A5A. Windows color (decimal): -9025170 or 7227766. OLE color: 7227766.

HSL color Cylindrical-coordinate representation of color #76496E: hue angle of 310.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76496E is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11873110-
CMYK00.380.070.54
HSL310.67º23.56%37.45%-
HSV(B)310.67º38.14%46.27%-
XYZ12.679.7415.96-
YUV90.67138.91147.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=39.20%
G=24.25%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311000.380.070.54310.6723.5637.45
Hex76496E0267361371825
Octal1661111560467664673045
Binary111011010010011101110010011011111011010011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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