#764570

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

Shades of Eminence #764570

Tints of Eminence #764570

Color information

#764570 (or 0x764570) is unknown color: approx Eminence. HEX triplet: 76, 45 and 70. RGB value is (118,69,112). Sum of RGB (Red+Green+Blue) = 118+69+112=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #764570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764570 is #89BA8F. Grayscale: #585858. Windows color (decimal): -9026192 or 7357814. OLE color: 7357814.

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

Color convert

RGB11869112-
CMYK00.420.050.54
HSL307.35º26.2%36.67%-
HSV(B)307.35º41.53%46.27%-
XYZ12.529.2816.46-
YUV88.55141.23149-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=39.46%
G=23.08%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186911200.420.050.54307.3526.236.67
Hex76457002A5361331a25
Octal1661051600525664633245
Binary111011010001011110000010101010111011010011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764570; }

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

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

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

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

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

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

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

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