#773557

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

Shades of Flirt #773557

Tints of Flirt #773557

Color information

#773557 (or 0x773557) is unknown color: approx Flirt. HEX triplet: 77, 35 and 57. RGB value is (119,53,87). Sum of RGB (Red+Green+Blue) = 119+53+87=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773557 is #88CAA8. Grayscale: #4C4C4C. Windows color (decimal): -8964777 or 5715319. OLE color: 5715319.

HSL color Cylindrical-coordinate representation of color #773557: hue angle of 329.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773557 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1195387-
CMYK00.550.270.53
HSL329.09º38.37%33.73%-
HSV(B)329.09º55.46%46.67%-
XYZ10.67.169.84-
YUV76.61133.87158.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=45.95%
G=20.46%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119538700.550.270.53329.0938.3733.73
Hex7735570371B351492622
Octal1676512706733655114642
Binary11101111101011010111011011111011110101101001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773557; }

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

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

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

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

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

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

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

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