#764371

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

Shades of Eminence #764371

Tints of Eminence #764371

Color information

#764371 (or 0x764371) is unknown color: approx Eminence. HEX triplet: 76, 43 and 71. RGB value is (118,67,113). Sum of RGB (Red+Green+Blue) = 118+67+113=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #764371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764371 is #89BC8E. Grayscale: #575757. Windows color (decimal): -9026703 or 7422838. OLE color: 7422838.

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

Color convert

RGB11867113-
CMYK00.430.040.54
HSL305.88º27.57%36.27%-
HSV(B)305.88º43.22%46.27%-
XYZ12.469.0616.71-
YUV87.49142.4149.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=39.60%
G=22.48%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186711300.430.040.54305.8827.5736.27
Hex76437102B4361321c24
Octal1661031610534664623444
Binary111011010000111110001010101110011011010011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764371; }

 p { color: rgb(118,67,113); }

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

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

 a { background-color: rgb(118,67,113); }

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

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

 span { border-color: rgb(118,67,113); }

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