#77447A

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

Shades of Eminence #77447A

Tints of Eminence #77447A

Color information

#77447A (or 0x77447A) is unknown color: approx Eminence. HEX triplet: 77, 44 and 7A. RGB value is (119,68,122). Sum of RGB (Red+Green+Blue) = 119+68+122=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #77447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77447A is #88BB85. Grayscale: #595959. Windows color (decimal): -8960902 or 8012919. OLE color: 8012919.

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

Color convert

RGB11968122-
CMYK0.020.4400.52
HSL296.67º28.42%37.25%-
HSV(B)296.67º44.26%47.84%-
XYZ13.199.4619.54-
YUV89.4146.4149.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=38.51%
G=22.01%
B=39.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119681220.020.4400.52296.6728.4237.25
Hex77447A22C0341291c25
Octal1671041722540644513445
Binary11101111000100111101010101100011010010010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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