#764070

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

Shades of Eminence #764070

Tints of Eminence #764070

Color information

#764070 (or 0x764070) is unknown color: approx Eminence. HEX triplet: 76, 40 and 70. RGB value is (118,64,112). Sum of RGB (Red+Green+Blue) = 118+64+112=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #764070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764070 is #89BF8F. Grayscale: #555555. Windows color (decimal): -9027472 or 7356534. OLE color: 7356534.

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

Color convert

RGB11864112-
CMYK00.460.050.54
HSL306.67º29.67%35.69%-
HSV(B)306.67º45.76%46.27%-
XYZ12.238.6916.36-
YUV85.62142.89151.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.14%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=40.14%
G=21.77%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186411200.460.050.54306.6729.6735.69
Hex76407002E5361331e24
Octal1661001600565664633644
Binary111011010000001110000010111010111011010011001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764070; }

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

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

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

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

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

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

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

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