#772959

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

Shades of Flirt #772959

Tints of Flirt #772959

Color information

#772959 (or 0x772959) is unknown color: approx Flirt. HEX triplet: 77, 29 and 59. RGB value is (119,41,89). Sum of RGB (Red+Green+Blue) = 119+41+89=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #772959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772959 is #88D6A6. Grayscale: #454545. Windows color (decimal): -8967847 or 5843319. OLE color: 5843319.

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

Color convert

RGB1194189-
CMYK00.660.250.53
HSL323.08º48.75%31.37%-
HSV(B)323.08º65.55%46.67%-
XYZ10.26.2310.12-
YUV69.79138.84163.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.79%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=47.79%
G=16.47%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119418900.660.250.53323.0848.7531.37
Hex7729590421935143311f
Octal16751131010231655036137
Binary11101111010011011001010000101100111010110100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772959; }

 p { color: rgb(119,41,89); }

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

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

 a { background-color: rgb(119,41,89); }

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

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

 span { border-color: rgb(119,41,89); }

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