#772749

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

Shades of Flirt #772749

Tints of Flirt #772749

Color information

#772749 (or 0x772749) is unknown color: approx Flirt. HEX triplet: 77, 27 and 49. RGB value is (119,39,73). Sum of RGB (Red+Green+Blue) = 119+39+73=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #772749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772749 is #88D8B6. Grayscale: #424242. Windows color (decimal): -8968375 or 4794231. OLE color: 4794231.

HSL color Cylindrical-coordinate representation of color #772749: hue angle of 334.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #772749 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1193973-
CMYK00.670.390.53
HSL334.5º50.63%30.98%-
HSV(B)334.5º67.23%46.67%-
XYZ9.545.856.93-
YUV66.8131.5165.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=51.52%
G=16.88%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119397300.670.390.53334.550.6330.98
Hex772749043273514e331f
Octal16747111010347655166337
Binary111011110011110010010100001110011111010110100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772749; }

 p { color: rgb(119,39,73); }

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

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

 a { background-color: rgb(119,39,73); }

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

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

 span { border-color: rgb(119,39,73); }

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