#763F70

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

Shades of Eminence #763F70

Tints of Eminence #763F70

Color information

#763F70 (or 0x763F70) is unknown color: approx Eminence. HEX triplet: 76, 3F and 70. RGB value is (118,63,112). Sum of RGB (Red+Green+Blue) = 118+63+112=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #763F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F70 is #89C08F. Grayscale: #545454. Windows color (decimal): -9027728 or 7356278. OLE color: 7356278.

HSL color Cylindrical-coordinate representation of color #763F70: hue angle of 306.55º degrees, saturation: 0.3, 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 #763F70 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11863112-
CMYK00.470.050.54
HSL306.55º30.39%35.49%-
HSV(B)306.55º46.61%46.27%-
XYZ12.178.5816.34-
YUV85.03143.22151.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=40.27%
G=21.50%
B=38.23%

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
Decimal1186311200.470.050.54306.5530.3935.49
Hex763F7002F5361331e23
Octal166771600575664633643
Binary11101101111111110000010111110111011010011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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