#764472

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

Shades of Eminence #764472

Tints of Eminence #764472

Color information

#764472 (or 0x764472) is unknown color: approx Eminence. HEX triplet: 76, 44 and 72. RGB value is (118,68,114). Sum of RGB (Red+Green+Blue) = 118+68+114=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764472 is #89BB8D. Grayscale: #585858. Windows color (decimal): -9026446 or 7488630. OLE color: 7488630.

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

Color convert

RGB11868114-
CMYK00.420.030.54
HSL304.8º26.88%36.47%-
HSV(B)304.8º42.37%46.27%-
XYZ12.589.217.03-
YUV88.19142.56149.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=39.33%
G=22.67%
B=38%

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
Decimal1186811400.420.030.54304.826.8836.47
Hex76447202A3361311b24
Octal1661041620523664613344
Binary11101101000100111001001010101111011010011000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764472; }

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

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

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

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

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

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

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

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