#773C6C

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

Shades of Eminence #773C6C

Tints of Eminence #773C6C

Color information

#773C6C (or 0x773C6C) is unknown color: approx Eminence. HEX triplet: 77, 3C and 6C. RGB value is (119,60,108). Sum of RGB (Red+Green+Blue) = 119+60+108=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #773C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C6C is #88C393. Grayscale: #525252. Windows color (decimal): -8962964 or 7093367. OLE color: 7093367.

HSL color Cylindrical-coordinate representation of color #773C6C: hue angle of 311.19º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C6C is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB11960108-
CMYK00.500.090.53
HSL311.19º32.96%35.1%-
HSV(B)311.19º49.58%46.67%-
XYZ11.938.2415.15-
YUV83.11142.05153.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=41.46%
G=20.91%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196010800.500.090.53311.1932.9635.1
Hex773C6C0329351372123
Octal1677415406211654674143
Binary1110111111100110110001100101001110101100110111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773C6C; }

 p { color: rgb(119,60,108); }

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

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

 a { background-color: rgb(119,60,108); }

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

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

 span { border-color: rgb(119,60,108); }

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