#764473

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

Shades of Eminence #764473

Tints of Eminence #764473

Color information

#764473 (or 0x764473) is unknown color: approx Eminence. HEX triplet: 76, 44 and 73. RGB value is (118,68,115). Sum of RGB (Red+Green+Blue) = 118+68+115=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764473 is #89BB8C. Grayscale: #585858. Windows color (decimal): -9026445 or 7554166. OLE color: 7554166.

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

Color convert

RGB11868115-
CMYK00.420.030.54
HSL303.6º26.88%36.47%-
HSV(B)303.6º42.37%46.27%-
XYZ12.639.2217.33-
YUV88.31143.06149.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=39.20%
G=22.59%
B=38.21%

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
Decimal1186811500.420.030.54303.626.8836.47
Hex76447302A3361301b24
Octal1661041630523664603344
Binary11101101000100111001101010101111011010011000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764473; }

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

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

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

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

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

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

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

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