#772157

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

Shades of Flirt #772157

Tints of Flirt #772157

Color information

#772157 (or 0x772157) is unknown color: approx Flirt. HEX triplet: 77, 21 and 57. RGB value is (119,33,87). Sum of RGB (Red+Green+Blue) = 119+33+87=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772157 is #88DEA8. Grayscale: #404040. Windows color (decimal): -8969897 or 5710199. OLE color: 5710199.

HSL color Cylindrical-coordinate representation of color #772157: hue angle of 322.33º 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 #772157 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1193387-
CMYK00.720.270.53
HSL322.33º56.58%29.8%-
HSV(B)322.33º72.27%46.67%-
XYZ9.875.79.6-
YUV64.87140.49166.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=49.79%
G=13.81%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119338700.720.270.53322.3356.5829.8
Hex7721570481B35142391e
Octal16741127011033655027136
Binary11101111000011010111010010001101111010110100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772157; }

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

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

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

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

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

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

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

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