#764171

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

Shades of Eminence #764171

Tints of Eminence #764171

Color information

#764171 (or 0x764171) is unknown color: approx Eminence. HEX triplet: 76, 41 and 71. RGB value is (118,65,113). Sum of RGB (Red+Green+Blue) = 118+65+113=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764171 is #89BE8E. Grayscale: #565656. Windows color (decimal): -9027215 or 7422326. OLE color: 7422326.

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

Color convert

RGB11865113-
CMYK00.450.040.54
HSL305.66º28.96%35.88%-
HSV(B)305.66º44.92%46.27%-
XYZ12.348.8216.68-
YUV86.32143.06150.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=39.86%
G=21.96%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186511300.450.040.54305.6628.9635.88
Hex76417102D4361321d24
Octal1661011610554664623544
Binary111011010000011110001010110110011011010011001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764171; }

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

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

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

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

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

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

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

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