#77427B

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

Shades of Eminence #77427B

Tints of Eminence #77427B

Color information

#77427B (or 0x77427B) is unknown color: approx Eminence. HEX triplet: 77, 42 and 7B. RGB value is (119,66,123). Sum of RGB (Red+Green+Blue) = 119+66+123=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #77427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77427B is #88BD84. Grayscale: #585858. Windows color (decimal): -8961413 or 8077943. OLE color: 8077943.

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

Color convert

RGB11966123-
CMYK0.030.4600.52
HSL295.79º30.16%37.06%-
HSV(B)295.79º46.34%48.24%-
XYZ13.139.2519.83-
YUV88.34147.56149.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.64%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=38.64%
G=21.43%
B=39.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119661230.030.4600.52295.7930.1637.06
Hex77427B32E0341281e25
Octal1671021733560644503645
Binary11101111000010111101111101110011010010010100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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