#773B54

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

Shades of Flirt #773B54

Tints of Flirt #773B54

Color information

#773B54 (or 0x773B54) is unknown color: approx Flirt. HEX triplet: 77, 3B and 54. RGB value is (119,59,84). Sum of RGB (Red+Green+Blue) = 119+59+84=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #773B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B54 is #88C4AB. Grayscale: #4F4F4F. Windows color (decimal): -8963244 or 5520247. OLE color: 5520247.

HSL color Cylindrical-coordinate representation of color #773B54: hue angle of 335º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B54 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1195984-
CMYK00.500.290.53
HSL335º33.71%34.9%-
HSV(B)335º50.42%46.67%-
XYZ10.777.699.3-
YUV79.79130.38155.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=45.42%
G=22.52%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119598400.500.290.5333533.7134.9
Hex773B540321D3514f2223
Octal1677312406235655174243
Binary11101111110111010100011001011101110101101001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B54; }

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

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

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

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

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

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

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

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