#772155

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

Shades of Flirt #772155

Tints of Flirt #772155

Color information

#772155 (or 0x772155) is unknown color: approx Flirt. HEX triplet: 77, 21 and 55. RGB value is (119,33,85). Sum of RGB (Red+Green+Blue) = 119+33+85=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772155 is #88DEAA. Grayscale: #404040. Windows color (decimal): -8969899 or 5579127. OLE color: 5579127.

HSL color Cylindrical-coordinate representation of color #772155: hue angle of 323.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772155 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1193385-
CMYK00.720.290.53
HSL323.72º56.58%29.8%-
HSV(B)323.72º72.27%46.67%-
XYZ9.795.679.17-
YUV64.64139.49166.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=50.21%
G=13.92%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119338500.720.290.53323.7256.5829.8
Hex7721550481D35144391e
Octal16741125011035655047136
Binary11101111000011010101010010001110111010110100010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772155; }

 p { color: rgb(119,33,85); }

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

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

 a { background-color: rgb(119,33,85); }

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

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

 span { border-color: rgb(119,33,85); }

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