#764179

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

Shades of Eminence #764179

Tints of Eminence #764179

Color information

#764179 (or 0x764179) is unknown color: approx Eminence. HEX triplet: 76, 41 and 79. RGB value is (118,65,121). Sum of RGB (Red+Green+Blue) = 118+65+121=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 121 - color contains mainly: blue. Hex color #764179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764179 is #89BE86. Grayscale: #575757. Windows color (decimal): -9027207 or 7946614. OLE color: 7946614.

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

Color convert

RGB11865121-
CMYK0.020.4600.53
HSL296.79º30.11%36.47%-
HSV(B)296.79º46.28%47.45%-
XYZ12.819.0119.15-
YUV87.23147.06149.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=38.82%
G=21.38%
B=39.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118651210.020.4600.53296.7930.1136.47
Hex76417922E0351291e24
Octal1661011712560654513644
Binary11101101000001111100110101110011010110010100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764179; }

 p { color: rgb(118,65,121); }

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

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

 a { background-color: rgb(118,65,121); }

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

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

 span { border-color: rgb(118,65,121); }

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