#764671

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

Shades of Eminence #764671

Tints of Eminence #764671

Color information

#764671 (or 0x764671) is unknown color: approx Eminence. HEX triplet: 76, 46 and 71. RGB value is (118,70,113). Sum of RGB (Red+Green+Blue) = 118+70+113=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #764671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764671 is #89B98E. Grayscale: #595959. Windows color (decimal): -9025935 or 7423606. OLE color: 7423606.

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

Color convert

RGB11870113-
CMYK00.410.040.54
HSL306.25º25.53%36.86%-
HSV(B)306.25º40.68%46.27%-
XYZ12.649.4216.78-
YUV89.25141.4148.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=39.20%
G=23.26%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187011300.410.040.54306.2525.5336.86
Hex7646710294361321a25
Octal1661061610514664623245
Binary111011010001101110001010100110011011010011001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764671; }

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

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

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

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

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

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

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

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