#772F52

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

Shades of Flirt #772F52

Tints of Flirt #772F52

Color information

#772F52 (or 0x772F52) is unknown color: approx Flirt. HEX triplet: 77, 2F and 52. RGB value is (119,47,82). Sum of RGB (Red+Green+Blue) = 119+47+82=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #772F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F52 is #88D0AD. Grayscale: #484848. Windows color (decimal): -8966318 or 5386103. OLE color: 5386103.

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

Color convert

RGB1194782-
CMYK00.610.310.53
HSL330.83º43.37%32.55%-
HSV(B)330.83º60.5%46.67%-
XYZ10.156.568.71-
YUV72.52133.35161.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=47.98%
G=18.95%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119478200.610.310.53330.8343.3732.55
Hex772F5203D1F3514b2b21
Octal1675712207537655135341
Binary11101111011111010010011110111111110101101001011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,47,82); }

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

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

 a { background-color: rgb(119,47,82); }

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

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

 span { border-color: rgb(119,47,82); }

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