#77447B

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

Shades of Eminence #77447B

Tints of Eminence #77447B

Color information

#77447B (or 0x77447B) is unknown color: approx Eminence. HEX triplet: 77, 44 and 7B. RGB value is (119,68,123). Sum of RGB (Red+Green+Blue) = 119+68+123=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #77447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447B is #88BB84. Grayscale: #595959. Windows color (decimal): -8960901 or 8078455. OLE color: 8078455.

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

Color convert

RGB11968123-
CMYK0.030.4500.52
HSL295.64º28.8%37.45%-
HSV(B)295.64º44.72%48.24%-
XYZ13.259.4919.87-
YUV89.52146.9149.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=38.39%
G=21.94%
B=39.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119681230.030.4500.52295.6428.837.45
Hex77447B32D0341281d25
Octal1671041733550644503545
Binary11101111000100111101111101101011010010010100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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