#773A53

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

Shades of Flirt #773A53

Tints of Flirt #773A53

Color information

#773A53 (or 0x773A53) is unknown color: approx Flirt. HEX triplet: 77, 3A and 53. RGB value is (119,58,83). Sum of RGB (Red+Green+Blue) = 119+58+83=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A53 is #88C5AC. Grayscale: #4F4F4F. Windows color (decimal): -8963501 or 5454455. OLE color: 5454455.

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

Color convert

RGB1195883-
CMYK00.510.300.53
HSL335.41º34.46%34.71%-
HSV(B)335.41º51.26%46.67%-
XYZ10.687.579.08-
YUV79.09130.21156.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=45.77%
G=22.31%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119588300.510.300.53335.4134.4634.71
Hex773A530331E3514f2223
Octal1677212306336655174243
Binary11101111110101010011011001111110110101101001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,58,83); }

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

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

 a { background-color: rgb(119,58,83); }

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

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

 span { border-color: rgb(119,58,83); }

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