#773456

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

Shades of Flirt #773456

Tints of Flirt #773456

Color information

#773456 (or 0x773456) is unknown color: approx Flirt. HEX triplet: 77, 34 and 56. RGB value is (119,52,86). Sum of RGB (Red+Green+Blue) = 119+52+86=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #773456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773456 is #88CBA9. Grayscale: #4B4B4B. Windows color (decimal): -8965034 or 5649527. OLE color: 5649527.

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

Color convert

RGB1195286-
CMYK00.560.280.53
HSL329.55º39.18%33.53%-
HSV(B)329.55º56.3%46.67%-
XYZ10.527.059.61-
YUV75.91133.7158.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=46.30%
G=20.23%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528600.560.280.53329.5539.1833.53
Hex7734560381C3514a2722
Octal1676412607034655124742
Binary11101111101001010110011100011100110101101001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773456; }

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

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

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

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

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

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

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

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