#77367B

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

Shades of Eminence #77367B

Tints of Eminence #77367B

Color information

#77367B (or 0x77367B) is unknown color: approx Eminence. HEX triplet: 77, 36 and 7B. RGB value is (119,54,123). Sum of RGB (Red+Green+Blue) = 119+54+123=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #77367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77367B is #88C984. Grayscale: #515151. Windows color (decimal): -8964485 or 8074871. OLE color: 8074871.

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

Color convert

RGB11954123-
CMYK0.030.5600.52
HSL296.52º38.98%34.71%-
HSV(B)296.52º56.1%48.24%-
XYZ12.57.9919.62-
YUV81.3151.53154.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 54 (21.48% from 255) = 18.24%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=40.20%
G=18.24%
B=41.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119541230.030.5600.52296.5238.9834.71
Hex77367B3380341292723
Octal167661733700644514743
Binary11101111101101111011111110000110100100101001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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