#76277B

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

Shades of Eminence #76277B

Tints of Eminence #76277B

Color information

#76277B (or 0x76277B) is unknown color: approx Eminence. HEX triplet: 76, 27 and 7B. RGB value is (118,39,123). Sum of RGB (Red+Green+Blue) = 118+39+123=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #76277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76277B is #89D884. Grayscale: #474747. Windows color (decimal): -9033861 or 8071030. OLE color: 8071030.

HSL color Cylindrical-coordinate representation of color #76277B: hue angle of 296.43º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76277B is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11839123-
CMYK0.040.6800.52
HSL296.43º51.85%31.76%-
HSV(B)296.43º68.29%48.24%-
XYZ11.776.7319.42-
YUV72.2156.67160.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=42.14%
G=13.93%
B=43.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal118391230.040.6800.52296.4351.8531.76
Hex76277B4440341283420
Octal1664717341040644506440
Binary1110110100111111101110010001000110100100101000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76277B; }

 p { color: rgb(118,39,123); }

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

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

 a { background-color: rgb(118,39,123); }

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

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

 span { border-color: rgb(118,39,123); }

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