#764973

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

Shades of Eminence #764973

Tints of Eminence #764973

Color information

#764973 (or 0x764973) is unknown color: approx Eminence. HEX triplet: 76, 49 and 73. RGB value is (118,73,115). Sum of RGB (Red+Green+Blue) = 118+73+115=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #764973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764973 is #89B68C. Grayscale: #5B5B5B. Windows color (decimal): -9025165 or 7555446. OLE color: 7555446.

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

Color convert

RGB11873115-
CMYK00.380.030.54
HSL304º23.56%37.45%-
HSV(B)304º38.14%46.27%-
XYZ12.959.8517.44-
YUV91.24141.41147.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=38.56%
G=23.86%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311500.380.030.5430423.5637.45
Hex7649730263361301825
Octal1661111630463664603045
Binary11101101001001111001101001101111011010011000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764973; }

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

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

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

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

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

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

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

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