#772D5C

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

Shades of Flirt #772D5C

Tints of Flirt #772D5C

Color information

#772D5C (or 0x772D5C) is unknown color: approx Flirt. HEX triplet: 77, 2D and 5C. RGB value is (119,45,92). Sum of RGB (Red+Green+Blue) = 119+45+92=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D5C is #88D2A3. Grayscale: #484848. Windows color (decimal): -8966820 or 6040951. OLE color: 6040951.

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

Color convert

RGB1194592-
CMYK00.620.230.53
HSL321.89º45.12%32.16%-
HSV(B)321.89º62.18%46.67%-
XYZ10.486.5710.84-
YUV72.48139.02161.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 45 (17.97% from 255) = 17.58%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=46.48%
G=17.58%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119459200.620.230.53321.8945.1232.16
Hex772D5C03E17351422d20
Octal1675513407627655025540
Binary11101111011011011100011111010111110101101000010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,45,92); }

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

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

 a { background-color: rgb(119,45,92); }

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

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

 span { border-color: rgb(119,45,92); }

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