#763575

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

Shades of Eminence #763575

Tints of Eminence #763575

Color information

#763575 (or 0x763575) is unknown color: approx Eminence. HEX triplet: 76, 35 and 75. RGB value is (118,53,117). Sum of RGB (Red+Green+Blue) = 118+53+117=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #763575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763575 is #89CA8A. Grayscale: #4F4F4F. Windows color (decimal): -9030283 or 7681398. OLE color: 7681398.

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

Color convert

RGB11853117-
CMYK00.550.010.54
HSL300.92º38.01%33.53%-
HSV(B)300.92º55.08%46.27%-
XYZ11.967.6817.68-
YUV79.73149.03155.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=40.97%
G=18.40%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185311700.550.010.54300.9238.0133.53
Hex76357503713612d2622
Octal166651650671664554642
Binary1110110110101111010101101111110110100101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763575; }

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

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

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

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

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

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

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

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