#774677

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

Shades of Eminence #774677

Tints of Eminence #774677

Color information

#774677 (or 0x774677) is unknown color: approx Eminence. HEX triplet: 77, 46 and 77. RGB value is (119,70,119). Sum of RGB (Red+Green+Blue) = 119+70+119=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #774677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774677 is #88B988. Grayscale: #5A5A5A. Windows color (decimal): -8960393 or 7816823. OLE color: 7816823.

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

Color convert

RGB11970119-
CMYK00.4100.53
HSL300º25.93%37.06%-
HSV(B)300º41.18%46.67%-
XYZ13.139.6318.62-
YUV90.24144.23148.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 70 (27.73% from 255) = 22.73%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=38.64%
G=22.73%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197011900.4100.5330025.9337.06
Hex77467702903512c1a25
Octal1671061670510654543245
Binary1110111100011011101110101001011010110010110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774677; }

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

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

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

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

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

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

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

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