#773459

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

Shades of Flirt #773459

Tints of Flirt #773459

Color information

#773459 (or 0x773459) is unknown color: approx Flirt. HEX triplet: 77, 34 and 59. RGB value is (119,52,89). Sum of RGB (Red+Green+Blue) = 119+52+89=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773459 is #88CBA6. Grayscale: #4C4C4C. Windows color (decimal): -8965031 or 5846135. OLE color: 5846135.

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

Color convert

RGB1195289-
CMYK00.560.250.53
HSL326.87º39.18%33.53%-
HSV(B)326.87º56.3%46.67%-
XYZ10.647.110.26-
YUV76.25135.2158.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=45.77%
G=20%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528900.560.250.53326.8739.1833.53
Hex77345903819351472722
Octal1676413107031655074742
Binary11101111101001011001011100011001110101101000111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773459; }

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

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

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

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

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

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

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

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