#773B52

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

Shades of Flirt #773B52

Tints of Flirt #773B52

Color information

#773B52 (or 0x773B52) is unknown color: approx Flirt. HEX triplet: 77, 3B and 52. RGB value is (119,59,82). Sum of RGB (Red+Green+Blue) = 119+59+82=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #773B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B52 is #88C4AD. Grayscale: #4F4F4F. Windows color (decimal): -8963246 or 5389175. OLE color: 5389175.

HSL color Cylindrical-coordinate representation of color #773B52: hue angle of 337º 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 #773B52 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1195982-
CMYK00.500.310.53
HSL337º33.71%34.9%-
HSV(B)337º50.42%46.67%-
XYZ10.697.668.9-
YUV79.56129.38156.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 59 (23.44% from 255) = 22.69%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=45.77%
G=22.69%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119598200.500.310.5333733.7134.9
Hex773B520321F351512223
Octal1677312206237655214243
Binary11101111110111010010011001011111110101101010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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