#764970

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

Shades of Eminence #764970

Tints of Eminence #764970

Color information

#764970 (or 0x764970) is unknown color: approx Eminence. HEX triplet: 76, 49 and 70. RGB value is (118,73,112). Sum of RGB (Red+Green+Blue) = 118+73+112=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #764970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764970 is #89B68F. Grayscale: #5A5A5A. Windows color (decimal): -9025168 or 7358838. OLE color: 7358838.

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

Color convert

RGB11873112-
CMYK00.380.050.54
HSL308º23.56%37.45%-
HSV(B)308º38.14%46.27%-
XYZ12.789.7916.54-
YUV90.9139.91147.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=38.94%
G=24.09%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187311200.380.050.5430823.5637.45
Hex7649700265361341825
Octal1661111600465664643045
Binary111011010010011110000010011010111011010011010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764970; }

 p { color: rgb(118,73,112); }

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

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

 a { background-color: rgb(118,73,112); }

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

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

 span { border-color: rgb(118,73,112); }

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