#763075

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

Shades of Eminence #763075

Tints of Eminence #763075

Color information

#763075 (or 0x763075) is unknown color: approx Eminence. HEX triplet: 76, 30 and 75. RGB value is (118,48,117). Sum of RGB (Red+Green+Blue) = 118+48+117=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763075 is #89CF8A. Grayscale: #4C4C4C. Windows color (decimal): -9031563 or 7680118. OLE color: 7680118.

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

Color convert

RGB11848117-
CMYK00.590.010.54
HSL300.86º42.17%32.55%-
HSV(B)300.86º59.32%46.27%-
XYZ11.747.2517.61-
YUV76.8150.69157.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 48 (19.14% from 255) = 16.96%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=41.70%
G=16.96%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184811700.590.010.54300.8642.1732.55
Hex76307503B13612d2a21
Octal166601650731664555241
Binary1110110110000111010101110111110110100101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763075; }

 p { color: rgb(118,48,117); }

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

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

 a { background-color: rgb(118,48,117); }

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

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

 span { border-color: rgb(118,48,117); }

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