#763F74

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

Shades of Eminence #763F74

Tints of Eminence #763F74

Color information

#763F74 (or 0x763F74) is unknown color: approx Eminence. HEX triplet: 76, 3F and 74. RGB value is (118,63,116). Sum of RGB (Red+Green+Blue) = 118+63+116=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #763F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F74 is #89C08B. Grayscale: #555555. Windows color (decimal): -9027724 or 7618422. OLE color: 7618422.

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

Color convert

RGB11863116-
CMYK00.470.020.54
HSL302.18º30.39%35.49%-
HSV(B)302.18º46.61%46.27%-
XYZ12.48.6717.54-
YUV85.49145.22151.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=39.73%
G=21.21%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186311600.470.020.54302.1830.3935.49
Hex763F7402F23612e1e23
Octal166771640572664563643
Binary1110110111111111010001011111011011010010111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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