#764974

Color #764974 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #764974

Tints of Eminence #764974

Color information

#764974 (or 0x764974) is unknown color: approx Eminence. HEX triplet: 76, 49 and 74. RGB value is (118,73,116). Sum of RGB (Red+Green+Blue) = 118+73+116=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #764974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764974 is #89B68B. Grayscale: #5B5B5B. Windows color (decimal): -9025164 or 7620982. OLE color: 7620982.

HSL color Cylindrical-coordinate representation of color #764974: hue angle of 302.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 #764974 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11873116-
CMYK00.380.020.54
HSL302.67º23.56%37.45%-
HSV(B)302.67º38.14%46.27%-
XYZ13.019.8817.74-
YUV91.36141.91147-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=38.44%
G=23.78%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311600.380.020.54302.6723.5637.45
Hex76497402623612f1825
Octal1661111640462664573045
Binary11101101001001111010001001101011011010010111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764974; }

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

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

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

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

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

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

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

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