#77267B

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

Shades of Eminence #77267B

Tints of Eminence #77267B

Color information

#77267B (or 0x77267B) is unknown color: approx Eminence. HEX triplet: 77, 26 and 7B. RGB value is (119,38,123). Sum of RGB (Red+Green+Blue) = 119+38+123=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 38 (15.23% from 255 or 13.57% 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 #77267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77267B is #88D984. Grayscale: #474747. Windows color (decimal): -8968581 or 8070775. OLE color: 8070775.

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

Color convert

RGB11938123-
CMYK0.030.6900.52
HSL297.18º52.8%31.57%-
HSV(B)297.18º69.11%48.24%-
XYZ11.886.7419.41-
YUV71.91156.84161.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=42.5%
G=13.57%
B=43.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119381230.030.6900.52297.1852.831.57
Hex77267B3450341293520
Octal1674617331050644516540
Binary111011110011011110111110001010110100100101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,38,123); }

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

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

 a { background-color: rgb(119,38,123); }

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

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

 span { border-color: rgb(119,38,123); }

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