#772E55

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

Shades of Flirt #772E55

Tints of Flirt #772E55

Color information

#772E55 (or 0x772E55) is unknown color: approx Flirt. HEX triplet: 77, 2E and 55. RGB value is (119,46,85). Sum of RGB (Red+Green+Blue) = 119+46+85=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #772E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E55 is #88D1AA. Grayscale: #484848. Windows color (decimal): -8966571 or 5582455. OLE color: 5582455.

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

Color convert

RGB1194685-
CMYK00.610.290.53
HSL327.95º44.24%32.35%-
HSV(B)327.95º61.34%46.67%-
XYZ10.226.539.32-
YUV72.27135.18161.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 46 (18.36% from 255) = 18.4%
BLUE value IS 85 (33.59% from 255) = 34%
R=47.6%
G=18.4%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119468500.610.290.53327.9544.2432.35
Hex772E5503D1D351482c20
Octal1675612507535655105440
Binary11101111011101010101011110111101110101101001000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,46,85); }

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

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

 a { background-color: rgb(119,46,85); }

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

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

 span { border-color: rgb(119,46,85); }

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