#774872

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

Shades of Eminence #774872

Tints of Eminence #774872

Color information

#774872 (or 0x774872) is unknown color: approx Eminence. HEX triplet: 77, 48 and 72. RGB value is (119,72,114). Sum of RGB (Red+Green+Blue) = 119+72+114=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774872 is #88B78D. Grayscale: #5A5A5A. Windows color (decimal): -8959886 or 7489655. OLE color: 7489655.

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

Color convert

RGB11972114-
CMYK00.390.040.53
HSL306.38º24.61%37.45%-
HSV(B)306.38º39.5%46.67%-
XYZ12.969.7717.12-
YUV90.84141.07148.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=39.02%
G=23.61%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197211400.390.040.53306.3824.6137.45
Hex7748720274351321925
Octal1671101620474654623145
Binary111011110010001110010010011110011010110011001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774872; }

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

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

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

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

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

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

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

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