#764578

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

Shades of Eminence #764578

Tints of Eminence #764578

Color information

#764578 (or 0x764578) is unknown color: approx Eminence. HEX triplet: 76, 45 and 78. RGB value is (118,69,120). Sum of RGB (Red+Green+Blue) = 118+69+120=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #764578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764578 is #89BA87. Grayscale: #595959. Windows color (decimal): -9026184 or 7882102. OLE color: 7882102.

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

Color convert

RGB11869120-
CMYK0.020.4200.53
HSL297.65º26.98%37.06%-
HSV(B)297.65º42.5%47.06%-
XYZ12.999.4618.91-
YUV89.46145.23148.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=38.44%
G=22.48%
B=39.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118691200.020.4200.53297.6526.9837.06
Hex76457822A03512a1b25
Octal1661051702520654523345
Binary11101101000101111100010101010011010110010101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764578; }

 p { color: rgb(118,69,120); }

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

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

 a { background-color: rgb(118,69,120); }

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

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

 span { border-color: rgb(118,69,120); }

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