#774277

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

Shades of Eminence #774277

Tints of Eminence #774277

Color information

#774277 (or 0x774277) is unknown color: approx Eminence. HEX triplet: 77, 42 and 77. RGB value is (119,66,119). Sum of RGB (Red+Green+Blue) = 119+66+119=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #774277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774277 is #88BD88. Grayscale: #575757. Windows color (decimal): -8961417 or 7815799. OLE color: 7815799.

HSL color Cylindrical-coordinate representation of color #774277: hue angle of 300º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774277 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11966119-
CMYK00.4500.53
HSL300º28.65%36.27%-
HSV(B)300º44.54%46.67%-
XYZ12.899.1518.54-
YUV87.89145.56150.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=39.14%
G=21.71%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196611900.4500.5330028.6536.27
Hex77427702D03512c1d24
Octal1671021670550654543544
Binary1110111100001011101110101101011010110010110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774277; }

 p { color: rgb(119,66,119); }

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

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

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

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

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

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

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