#772456

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

Shades of Flirt #772456

Tints of Flirt #772456

Color information

#772456 (or 0x772456) is unknown color: approx Flirt. HEX triplet: 77, 24 and 56. RGB value is (119,36,86). Sum of RGB (Red+Green+Blue) = 119+36+86=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #772456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772456 is #88DBA9. Grayscale: #424242. Windows color (decimal): -8969130 or 5645431. OLE color: 5645431.

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

Color convert

RGB1193686-
CMYK00.700.280.53
HSL323.86º53.55%30.39%-
HSV(B)323.86º69.75%46.67%-
XYZ9.925.869.41-
YUV66.52139165.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=49.38%
G=14.94%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119368600.700.280.53323.8653.5530.39
Hex7724560461C35144361e
Octal16744126010634655046636
Binary11101111001001010110010001101110011010110100010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772456; }

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

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

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

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

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

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

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

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