#772459

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

Shades of Flirt #772459

Tints of Flirt #772459

Color information

#772459 (or 0x772459) is unknown color: approx Flirt. HEX triplet: 77, 24 and 59. RGB value is (119,36,89). Sum of RGB (Red+Green+Blue) = 119+36+89=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #772459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772459 is #88DBA6. Grayscale: #424242. Windows color (decimal): -8969127 or 5842039. OLE color: 5842039.

HSL color Cylindrical-coordinate representation of color #772459: hue angle of 321.69º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772459 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1193689-
CMYK00.700.250.53
HSL321.69º53.55%30.39%-
HSV(B)321.69º69.75%46.67%-
XYZ10.045.910.06-
YUV66.86140.5165.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=48.77%
G=14.75%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119368900.700.250.53321.6953.5530.39
Hex7724590461935142361e
Octal16744131010631655026636
Binary11101111001001011001010001101100111010110100001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772459; }

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

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

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

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

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

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

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

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