#774575

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

Shades of Eminence #774575

Tints of Eminence #774575

Color information

#774575 (or 0x774575) is unknown color: approx Eminence. HEX triplet: 77, 45 and 75. RGB value is (119,69,117). Sum of RGB (Red+Green+Blue) = 119+69+117=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #774575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774575 is #88BA8A. Grayscale: #595959. Windows color (decimal): -8960651 or 7685495. OLE color: 7685495.

HSL color Cylindrical-coordinate representation of color #774575: hue angle of 302.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774575 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB11969117-
CMYK00.420.020.53
HSL302.4º26.6%36.86%-
HSV(B)302.4º42.02%46.67%-
XYZ12.959.4617.97-
YUV89.42143.56149.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=39.02%
G=22.62%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196911700.420.020.53302.426.636.86
Hex77457502A23512e1b25
Octal1671051650522654563345
Binary11101111000101111010101010101011010110010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774575; }

 p { color: rgb(119,69,117); }

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

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

 a { background-color: rgb(119,69,117); }

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

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

 span { border-color: rgb(119,69,117); }

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