#774973

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

Shades of Eminence #774973

Tints of Eminence #774973

Color information

#774973 (or 0x774973) is unknown color: approx Eminence. HEX triplet: 77, 49 and 73. RGB value is (119,73,115). Sum of RGB (Red+Green+Blue) = 119+73+115=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #774973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774973 is #88B68C. Grayscale: #5B5B5B. Windows color (decimal): -8959629 or 7555447. OLE color: 7555447.

HSL color Cylindrical-coordinate representation of color #774973: hue angle of 305.22º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774973 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB11973115-
CMYK00.390.030.53
HSL305.22º23.96%37.65%-
HSV(B)305.22º38.66%46.67%-
XYZ13.089.9217.45-
YUV91.54141.24147.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=38.76%
G=23.78%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197311500.390.030.53305.2223.9637.65
Hex7749730273351311826
Octal1671111630473654613046
Binary11101111001001111001101001111111010110011000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774973; }

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

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

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

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

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

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

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

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