#772B4E

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

Shades of Flirt #772B4E

Tints of Flirt #772B4E

Color information

#772B4E (or 0x772B4E) is unknown color: approx Flirt. HEX triplet: 77, 2B and 4E. RGB value is (119,43,78). Sum of RGB (Red+Green+Blue) = 119+43+78=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B4E is #88D4B1. Grayscale: #454545. Windows color (decimal): -8967346 or 5122935. OLE color: 5122935.

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

Color convert

RGB1194378-
CMYK00.640.340.53
HSL332.37º46.91%31.76%-
HSV(B)332.37º63.87%46.67%-
XYZ9.856.27.89-
YUV69.71132.68163.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=49.58%
G=17.92%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119437800.640.340.53332.3746.9131.76
Hex772B4E040223514c2f20
Octal16753116010042655145740
Binary1110111101011100111001000000100010110101101001100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,43,78); }

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

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

 a { background-color: rgb(119,43,78); }

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

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

 span { border-color: rgb(119,43,78); }

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