#772E57

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

Shades of Flirt #772E57

Tints of Flirt #772E57

Color information

#772E57 (or 0x772E57) is unknown color: approx Flirt. HEX triplet: 77, 2E and 57. RGB value is (119,46,87). Sum of RGB (Red+Green+Blue) = 119+46+87=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E57 is #88D1A8. Grayscale: #484848. Windows color (decimal): -8966569 or 5713527. OLE color: 5713527.

HSL color Cylindrical-coordinate representation of color #772E57: hue angle of 326.3º 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 #772E57 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1194687-
CMYK00.610.270.53
HSL326.3º44.24%32.35%-
HSV(B)326.3º61.34%46.67%-
XYZ10.316.569.74-
YUV72.5136.18161.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=47.22%
G=18.25%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119468700.610.270.53326.344.2432.35
Hex772E5703D1B351462c20
Octal1675612707533655065440
Binary11101111011101010111011110111011110101101000110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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