#77346F

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

Shades of Eminence #77346F

Tints of Eminence #77346F

Color information

#77346F (or 0x77346F) is unknown color: approx Eminence. HEX triplet: 77, 34 and 6F. RGB value is (119,52,111). Sum of RGB (Red+Green+Blue) = 119+52+111=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77346F is #88CB90. Grayscale: #4E4E4E. Windows color (decimal): -8965009 or 7287927. OLE color: 7287927.

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

Color convert

RGB11952111-
CMYK00.560.070.53
HSL307.16º39.18%33.53%-
HSV(B)307.16º56.3%46.67%-
XYZ11.77.5315.87-
YUV78.76146.2156.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=42.20%
G=18.44%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195211100.560.070.53307.1639.1833.53
Hex77346F0387351332722
Octal167641570707654634742
Binary111011111010011011110111000111110101100110011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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