#774871

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

Shades of Eminence #774871

Tints of Eminence #774871

Color information

#774871 (or 0x774871) is unknown color: approx Eminence. HEX triplet: 77, 48 and 71. RGB value is (119,72,113). Sum of RGB (Red+Green+Blue) = 119+72+113=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774871 is #88B78E. Grayscale: #5A5A5A. Windows color (decimal): -8959887 or 7424119. OLE color: 7424119.

HSL color Cylindrical-coordinate representation of color #774871: hue angle of 307.66º 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 #774871 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB11972113-
CMYK00.390.050.53
HSL307.66º24.61%37.45%-
HSV(B)307.66º39.5%46.67%-
XYZ12.919.7516.82-
YUV90.73140.57148.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=39.14%
G=23.68%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197211300.390.050.53307.6624.6137.45
Hex7748710275351341925
Octal1671101610475654643145
Binary111011110010001110001010011110111010110011010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774871; }

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

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

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

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

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

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

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

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