#764572

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

Shades of Eminence #764572

Tints of Eminence #764572

Color information

#764572 (or 0x764572) is unknown color: approx Eminence. HEX triplet: 76, 45 and 72. RGB value is (118,69,114). Sum of RGB (Red+Green+Blue) = 118+69+114=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764572 is #89BA8D. Grayscale: #585858. Windows color (decimal): -9026190 or 7488886. OLE color: 7488886.

HSL color Cylindrical-coordinate representation of color #764572: hue angle of 304.9º 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 #764572 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11869114-
CMYK00.420.030.54
HSL304.9º26.2%36.67%-
HSV(B)304.9º41.53%46.27%-
XYZ12.649.3217.05-
YUV88.78142.23148.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=39.20%
G=22.92%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186911400.420.030.54304.926.236.67
Hex76457202A3361311a25
Octal1661051620523664613245
Binary11101101000101111001001010101111011010011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764572; }

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

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

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

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

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

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

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

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