#763572

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

Shades of Eminence #763572

Tints of Eminence #763572

Color information

#763572 (or 0x763572) is unknown color: approx Eminence. HEX triplet: 76, 35 and 72. RGB value is (118,53,114). Sum of RGB (Red+Green+Blue) = 118+53+114=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #763572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763572 is #89CA8D. Grayscale: #4F4F4F. Windows color (decimal): -9030286 or 7484790. OLE color: 7484790.

HSL color Cylindrical-coordinate representation of color #763572: hue angle of 303.69º 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 #763572 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11853114-
CMYK00.550.030.54
HSL303.69º38.01%33.53%-
HSV(B)303.69º55.08%46.27%-
XYZ11.787.6116.77-
YUV79.39147.53155.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 114 (44.92% from 255) = 40%
R=41.40%
G=18.60%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185311400.550.030.54303.6938.0133.53
Hex7635720373361302622
Octal166651620673664604642
Binary11101101101011110010011011111110110100110000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763572; }

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

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

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

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

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

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

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

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