#773A52

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

Shades of Flirt #773A52

Tints of Flirt #773A52

Color information

#773A52 (or 0x773A52) is unknown color: approx Flirt. HEX triplet: 77, 3A and 52. RGB value is (119,58,82). Sum of RGB (Red+Green+Blue) = 119+58+82=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A52 is #88C5AD. Grayscale: #4E4E4E. Windows color (decimal): -8963502 or 5388919. OLE color: 5388919.

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

Color convert

RGB1195882-
CMYK00.510.310.53
HSL336.39º34.46%34.71%-
HSV(B)336.39º51.26%46.67%-
XYZ10.647.568.88-
YUV78.97129.71156.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=45.95%
G=22.39%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119588200.510.310.53336.3934.4634.71
Hex773A520331F351502223
Octal1677212206337655204243
Binary11101111110101010010011001111111110101101010000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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