#764377

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

Shades of Eminence #764377

Tints of Eminence #764377

Color information

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

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

Color convert

RGB11867119-
CMYK0.010.4400.53
HSL298.85º27.96%36.47%-
HSV(B)298.85º43.7%46.67%-
XYZ12.819.218.55-
YUV88.18145.4149.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118671190.010.4400.53298.8527.9636.47
Hex76437712C03512b1c24
Octal1661031671540654533444
Binary1110110100001111101111101100011010110010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764377; }

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

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

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

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

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

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

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

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