#774271

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

Shades of Eminence #774271

Tints of Eminence #774271

Color information

#774271 (or 0x774271) is unknown color: approx Eminence. HEX triplet: 77, 42 and 71. RGB value is (119,66,113). Sum of RGB (Red+Green+Blue) = 119+66+113=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774271 is #88BD8E. Grayscale: #575757. Windows color (decimal): -8961423 or 7422583. OLE color: 7422583.

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

Color convert

RGB11966113-
CMYK00.450.050.53
HSL306.79º28.65%36.27%-
HSV(B)306.79º44.54%46.67%-
XYZ12.549.0116.7-
YUV87.2142.56150.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=39.93%
G=22.15%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196611300.450.050.53306.7928.6536.27
Hex77427102D5351331d24
Octal1671021610555654633544
Binary111011110000101110001010110110111010110011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774271; }

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

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

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

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

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

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

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

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