#76447F

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

Shades of Eminence #76447F

Tints of Eminence #76447F

Color information

#76447F (or 0x76447F) is unknown color: approx Eminence. HEX triplet: 76, 44 and 7F. RGB value is (118,68,127). Sum of RGB (Red+Green+Blue) = 118+68+127=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 127 - color contains mainly: blue. Hex color #76447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76447F is #89BB80. Grayscale: #595959. Windows color (decimal): -9026433 or 8340598. OLE color: 8340598.

HSL color Cylindrical-coordinate representation of color #76447F: hue angle of 290.85º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76447F is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11868127-
CMYK0.070.4600.50
HSL290.85º30.26%38.24%-
HSV(B)290.85º46.46%49.8%-
XYZ13.379.5221.21-
YUV89.68149.06148.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 127 (50% from 255) = 40.58%
R=37.70%
G=21.73%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118681270.070.4600.50290.8530.2638.24
Hex76447F72E0321231e26
Octal1661041777560624433646
Binary111011010001001111111111101110011001010010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76447F; }

 p { color: rgb(118,68,127); }

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

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

 a { background-color: rgb(118,68,127); }

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

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

 span { border-color: rgb(118,68,127); }

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