#773059

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

Shades of Flirt #773059

Tints of Flirt #773059

Color information

#773059 (or 0x773059) is unknown color: approx Flirt. HEX triplet: 77, 30 and 59. RGB value is (119,48,89). Sum of RGB (Red+Green+Blue) = 119+48+89=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773059 is #88CFA6. Grayscale: #494949. Windows color (decimal): -8966055 or 5845111. OLE color: 5845111.

HSL color Cylindrical-coordinate representation of color #773059: hue angle of 325.35º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773059 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1194889-
CMYK00.600.250.53
HSL325.35º42.51%32.75%-
HSV(B)325.35º59.66%46.67%-
XYZ10.476.7610.2-
YUV73.9136.52160.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=46.48%
G=18.75%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119488900.600.250.53325.3542.5132.75
Hex77305903C19351452b21
Octal1676013107431655055341
Binary11101111100001011001011110011001110101101000101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773059; }

 p { color: rgb(119,48,89); }

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

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

 a { background-color: rgb(119,48,89); }

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

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

 span { border-color: rgb(119,48,89); }

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