#774873

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

Shades of Eminence #774873

Tints of Eminence #774873

Color information

#774873 (or 0x774873) is unknown color: approx Eminence. HEX triplet: 77, 48 and 73. RGB value is (119,72,115). Sum of RGB (Red+Green+Blue) = 119+72+115=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #774873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774873 is #88B78C. Grayscale: #5A5A5A. Windows color (decimal): -8959885 or 7555191. OLE color: 7555191.

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

Color convert

RGB11972115-
CMYK00.390.030.53
HSL305.11º24.61%37.45%-
HSV(B)305.11º39.5%46.67%-
XYZ13.029.7917.42-
YUV90.96141.57148-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=38.89%
G=23.53%
B=37.58%

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
Decimal1197211500.390.030.53305.1124.6137.45
Hex7748730273351311925
Octal1671101630473654613145
Binary11101111001000111001101001111111010110011000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774873; }

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

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

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

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

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

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

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

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