#772556

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

Shades of Flirt #772556

Tints of Flirt #772556

Color information

#772556 (or 0x772556) is unknown color: approx Flirt. HEX triplet: 77, 25 and 56. RGB value is (119,37,86). Sum of RGB (Red+Green+Blue) = 119+37+86=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #772556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772556 is #88DAA9. Grayscale: #424242. Windows color (decimal): -8968874 or 5645687. OLE color: 5645687.

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

Color convert

RGB1193786-
CMYK00.690.280.53
HSL324.15º52.56%30.59%-
HSV(B)324.15º68.91%46.67%-
XYZ9.955.929.42-
YUV67.1138.67165.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=49.17%
G=15.29%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119378600.690.280.53324.1552.5630.59
Hex7725560451C35144351f
Octal16745126010534655046537
Binary11101111001011010110010001011110011010110100010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772556; }

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

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

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

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

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

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

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

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