#77406F

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

Shades of Eminence #77406F

Tints of Eminence #77406F

Color information

#77406F (or 0x77406F) is unknown color: approx Eminence. HEX triplet: 77, 40 and 6F. RGB value is (119,64,111). Sum of RGB (Red+Green+Blue) = 119+64+111=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77406F is #88BF90. Grayscale: #555555. Windows color (decimal): -8961937 or 7290999. OLE color: 7290999.

HSL color Cylindrical-coordinate representation of color #77406F: hue angle of 308.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77406F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB11964111-
CMYK00.460.070.53
HSL308.73º30.05%35.88%-
HSV(B)308.73º46.22%46.67%-
XYZ12.318.7416.08-
YUV85.8142.22151.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=40.48%
G=21.77%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196411100.460.070.53308.7330.0535.88
Hex77406F02E7351351e24
Octal1671001570567654653644
Binary111011110000001101111010111011111010110011010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77406F; }

 p { color: rgb(119,64,111); }

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

<style>
 a { background-color: #77406F; }

 a { background-color: rgb(119,64,111); }

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

<style>
 span { border-color: #77406F; }

 span { border-color: rgb(119,64,111); }

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