#763E70

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

Shades of Eminence #763E70

Tints of Eminence #763E70

Color information

#763E70 (or 0x763E70) is unknown color: approx Eminence. HEX triplet: 76, 3E and 70. RGB value is (118,62,112). Sum of RGB (Red+Green+Blue) = 118+62+112=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #763E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E70 is #89C18F. Grayscale: #545454. Windows color (decimal): -9027984 or 7356022. OLE color: 7356022.

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

Color convert

RGB11862112-
CMYK00.470.050.54
HSL306.43º31.11%35.29%-
HSV(B)306.43º47.46%46.27%-
XYZ12.128.4716.32-
YUV84.44143.55151.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=40.41%
G=21.23%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186211200.470.050.54306.4331.1135.29
Hex763E7002F5361321f23
Octal166761600575664623743
Binary11101101111101110000010111110111011010011001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E70; }

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

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

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

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

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

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

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

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