#734E77

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

Shades of Eminence #734E77

Tints of Eminence #734E77

Color information

#734E77 (or 0x734E77) is unknown color: approx Eminence. HEX triplet: 73, 4E and 77. RGB value is (115,78,119). Sum of RGB (Red+Green+Blue) = 115+78+119=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #734E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E77 is #8CB188. Grayscale: #5D5D5D. Windows color (decimal): -9220489 or 7818867. OLE color: 7818867.

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

Color convert

RGB11578119-
CMYK0.030.3400.53
HSL294.15º20.81%38.63%-
HSV(B)294.15º34.45%46.67%-
XYZ13.1210.4318.77-
YUV93.74142.26143.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=36.86%
G=25%
B=38.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115781190.030.3400.53294.1520.8138.63
Hex734E773220351261527
Octal1631161673420654462547
Binary11100111001110111011111100010011010110010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E77; }

 p { color: rgb(115,78,119); }

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

<style>
 a { background-color: #734E77; }

 a { background-color: rgb(115,78,119); }

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

<style>
 span { border-color: #734E77; }

 span { border-color: rgb(115,78,119); }

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