#774376

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

Shades of Eminence #774376

Tints of Eminence #774376

Color information

#774376 (or 0x774376) is unknown color: approx Eminence. HEX triplet: 77, 43 and 76. RGB value is (119,67,118). Sum of RGB (Red+Green+Blue) = 119+67+118=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774376 is #88BC89. Grayscale: #585858. Windows color (decimal): -8961162 or 7750519. OLE color: 7750519.

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

Color convert

RGB11967118-
CMYK00.440.010.53
HSL301.15º27.96%36.47%-
HSV(B)301.15º43.7%46.67%-
XYZ12.889.2418.24-
YUV88.36144.73149.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=39.14%
G=22.04%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196711800.440.010.53301.1527.9636.47
Hex77437602C13512d1c24
Octal1671031660541654553444
Binary1110111100001111101100101100111010110010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774376; }

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

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

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

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

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

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

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

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