#774276

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

Shades of Eminence #774276

Tints of Eminence #774276

Color information

#774276 (or 0x774276) is unknown color: approx Eminence. HEX triplet: 77, 42 and 76. RGB value is (119,66,118). Sum of RGB (Red+Green+Blue) = 119+66+118=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #774276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774276 is #88BD89. Grayscale: #575757. Windows color (decimal): -8961418 or 7750263. OLE color: 7750263.

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

Color convert

RGB11966118-
CMYK00.450.010.53
HSL301.13º28.65%36.27%-
HSV(B)301.13º44.54%46.67%-
XYZ12.839.1318.23-
YUV87.78145.06150.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.27%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=39.27%
G=21.78%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196611800.450.010.53301.1328.6536.27
Hex77427602D13512d1d24
Octal1671021660551654553544
Binary1110111100001011101100101101111010110010110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774276; }

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

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

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

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

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

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

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

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