#77416B

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

Shades of Eminence #77416B

Tints of Eminence #77416B

Color information

#77416B (or 0x77416B) is unknown color: approx Eminence. HEX triplet: 77, 41 and 6B. RGB value is (119,65,107). Sum of RGB (Red+Green+Blue) = 119+65+107=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #77416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77416B is #88BE94. Grayscale: #555555. Windows color (decimal): -8961685 or 7029111. OLE color: 7029111.

HSL color Cylindrical-coordinate representation of color #77416B: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77416B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11965107-
CMYK00.450.100.53
HSL313.33º29.35%36.08%-
HSV(B)313.33º45.38%46.67%-
XYZ12.158.7614.96-
YUV85.93139.89151.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=40.89%
G=22.34%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196510700.450.100.53313.3329.3536.08
Hex77416B02DA351391d24
Octal16710115305512654713544
Binary1110111100000111010110101101101011010110011100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,65,107); }

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

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

 a { background-color: rgb(119,65,107); }

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

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

 span { border-color: rgb(119,65,107); }

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