#772A4F

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

Shades of Flirt #772A4F

Tints of Flirt #772A4F

Color information

#772A4F (or 0x772A4F) is unknown color: approx Flirt. HEX triplet: 77, 2A and 4F. RGB value is (119,42,79). Sum of RGB (Red+Green+Blue) = 119+42+79=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A4F is #88D5B0. Grayscale: #454545. Windows color (decimal): -8967601 or 5188215. OLE color: 5188215.

HSL color Cylindrical-coordinate representation of color #772A4F: hue angle of 331.17º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A4F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1194279-
CMYK00.650.340.53
HSL331.17º47.83%31.57%-
HSV(B)331.17º64.71%46.67%-
XYZ9.856.148.06-
YUV69.24133.51163.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=49.58%
G=17.5%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119427900.650.340.53331.1747.8331.57
Hex772A4F041223514b3020
Octal16752117010142655136040
Binary1110111101010100111101000001100010110101101001011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A4F; }

 p { color: rgb(119,42,79); }

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

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

 a { background-color: rgb(119,42,79); }

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

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

 span { border-color: rgb(119,42,79); }

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