#773670

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

Shades of Eminence #773670

Tints of Eminence #773670

Color information

#773670 (or 0x773670) is unknown color: approx Eminence. HEX triplet: 77, 36 and 70. RGB value is (119,54,112). Sum of RGB (Red+Green+Blue) = 119+54+112=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #773670 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773670 is #88C98F. Grayscale: #4F4F4F. Windows color (decimal): -8964496 or 7353975. OLE color: 7353975.

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

Color convert

RGB11954112-
CMYK00.550.060.53
HSL306.46º37.57%33.92%-
HSV(B)306.46º54.62%46.67%-
XYZ11.857.7316.2-
YUV80.05146.03155.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=41.75%
G=18.95%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1195411200.550.060.53306.4637.5733.92
Hex7736700376351322622
Octal167661600676654624642
Binary111011111011011100000110111110110101100110010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773670; }

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

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

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

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

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

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

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

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