#772D4E

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

Shades of Flirt #772D4E

Tints of Flirt #772D4E

Color information

#772D4E (or 0x772D4E) is unknown color: approx Flirt. HEX triplet: 77, 2D and 4E. RGB value is (119,45,78). Sum of RGB (Red+Green+Blue) = 119+45+78=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #772D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D4E is #88D2B1. Grayscale: #464646. Windows color (decimal): -8966834 or 5123447. OLE color: 5123447.

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

Color convert

RGB1194578-
CMYK00.620.340.53
HSL333.24º45.12%32.16%-
HSV(B)333.24º62.18%46.67%-
XYZ9.926.357.91-
YUV70.89132.02162.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=49.17%
G=18.60%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119457800.620.340.53333.2445.1232.16
Hex772D4E03E223514d2d20
Octal1675511607642655155540
Binary111011110110110011100111110100010110101101001101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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