#772256

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

Shades of Flirt #772256

Tints of Flirt #772256

Color information

#772256 (or 0x772256) is unknown color: approx Flirt. HEX triplet: 77, 22 and 56. RGB value is (119,34,86). Sum of RGB (Red+Green+Blue) = 119+34+86=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772256 is #88DDA9. Grayscale: #414141. Windows color (decimal): -8969642 or 5644919. OLE color: 5644919.

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

Color convert

RGB1193486-
CMYK00.710.280.53
HSL323.29º55.56%30%-
HSV(B)323.29º71.43%46.67%-
XYZ9.865.749.39-
YUV65.34139.66166.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=49.79%
G=14.23%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119348600.710.280.53323.2955.5630
Hex7722560471C35143381e
Octal16742126010734655037036
Binary11101111000101010110010001111110011010110100001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772256; }

 p { color: rgb(119,34,86); }

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

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

 a { background-color: rgb(119,34,86); }

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

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

 span { border-color: rgb(119,34,86); }

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