#764574

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

Shades of Eminence #764574

Tints of Eminence #764574

Color information

#764574 (or 0x764574) is unknown color: approx Eminence. HEX triplet: 76, 45 and 74. RGB value is (118,69,116). Sum of RGB (Red+Green+Blue) = 118+69+116=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764574 is #89BA8B. Grayscale: #585858. Windows color (decimal): -9026188 or 7619958. OLE color: 7619958.

HSL color Cylindrical-coordinate representation of color #764574: hue angle of 302.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764574 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB11869116-
CMYK00.420.020.54
HSL302.45º26.2%36.67%-
HSV(B)302.45º41.53%46.27%-
XYZ12.759.3717.66-
YUV89.01143.23148.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=38.94%
G=22.77%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186911600.420.020.54302.4526.236.67
Hex76457402A23612e1a25
Octal1661051640522664563245
Binary11101101000101111010001010101011011010010111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764574; }

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

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

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

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

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

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

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

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