#77377B

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

Shades of Eminence #77377B

Tints of Eminence #77377B

Color information

#77377B (or 0x77377B) is unknown color: approx Eminence. HEX triplet: 77, 37 and 7B. RGB value is (119,55,123). Sum of RGB (Red+Green+Blue) = 119+55+123=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #77377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77377B is #88C884. Grayscale: #515151. Windows color (decimal): -8964229 or 8075127. OLE color: 8075127.

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

Color convert

RGB11955123-
CMYK0.030.5500.52
HSL296.47º38.2%34.9%-
HSV(B)296.47º55.28%48.24%-
XYZ12.558.0819.64-
YUV81.89151.2154.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=40.07%
G=18.52%
B=41.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119551230.030.5500.52296.4738.234.9
Hex77377B3370341282623
Octal167671733670644504643
Binary11101111101111111011111101110110100100101000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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