#774475

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

Shades of Eminence #774475

Tints of Eminence #774475

Color information

#774475 (or 0x774475) is unknown color: approx Eminence. HEX triplet: 77, 44 and 75. RGB value is (119,68,117). Sum of RGB (Red+Green+Blue) = 119+68+117=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #774475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774475 is #88BB8A. Grayscale: #585858. Windows color (decimal): -8960907 or 7685239. OLE color: 7685239.

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

Color convert

RGB11968117-
CMYK00.430.020.53
HSL302.35º27.27%36.67%-
HSV(B)302.35º42.86%46.67%-
XYZ12.899.3417.95-
YUV88.83143.9149.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 117 (46.09% from 255) = 38.49%
R=39.14%
G=22.37%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196811700.430.020.53302.3527.2736.67
Hex77447502B23512e1b25
Octal1671041650532654563345
Binary11101111000100111010101010111011010110010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774475; }

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

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

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

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

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

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

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

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