#773970

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

Shades of Eminence #773970

Tints of Eminence #773970

Color information

#773970 (or 0x773970) is unknown color: approx Eminence. HEX triplet: 77, 39 and 70. RGB value is (119,57,112). Sum of RGB (Red+Green+Blue) = 119+57+112=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #773970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773970 is #88C68F. Grayscale: #515151. Windows color (decimal): -8963728 or 7354743. OLE color: 7354743.

HSL color Cylindrical-coordinate representation of color #773970: hue angle of 306.77º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773970 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB11957112-
CMYK00.520.060.53
HSL306.77º35.23%34.51%-
HSV(B)306.77º52.1%46.67%-
XYZ128.0216.24-
YUV81.81145.04154.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 57 (22.66% from 255) = 19.79%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=41.32%
G=19.79%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195711200.520.060.53306.7735.2334.51
Hex7739700346351332323
Octal167711600646654634343
Binary111011111100111100000110100110110101100110011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773970; }

 p { color: rgb(119,57,112); }

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

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

 a { background-color: rgb(119,57,112); }

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

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

 span { border-color: rgb(119,57,112); }

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