#773554

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

Shades of Flirt #773554

Tints of Flirt #773554

Color information

#773554 (or 0x773554) is unknown color: approx Flirt. HEX triplet: 77, 35 and 54. RGB value is (119,53,84). Sum of RGB (Red+Green+Blue) = 119+53+84=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773554 is #88CAAB. Grayscale: #4C4C4C. Windows color (decimal): -8964780 or 5518711. OLE color: 5518711.

HSL color Cylindrical-coordinate representation of color #773554: hue angle of 331.82º 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 #773554 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1195384-
CMYK00.550.290.53
HSL331.82º38.37%33.73%-
HSV(B)331.82º55.46%46.67%-
XYZ10.487.119.21-
YUV76.27132.37158.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.48%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=46.48%
G=20.70%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119538400.550.290.53331.8238.3733.73
Hex7735540371D3514c2622
Octal1676512406735655144642
Binary11101111101011010100011011111101110101101001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773554; }

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

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

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

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

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

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

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

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