#773C52

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

Shades of Flirt #773C52

Tints of Flirt #773C52

Color information

#773C52 (or 0x773C52) is unknown color: approx Flirt. HEX triplet: 77, 3C and 52. RGB value is (119,60,82). Sum of RGB (Red+Green+Blue) = 119+60+82=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #773C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C52 is #88C3AD. Grayscale: #505050. Windows color (decimal): -8962990 or 5389431. OLE color: 5389431.

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

Color convert

RGB1196082-
CMYK00.500.310.53
HSL337.63º32.96%35.1%-
HSV(B)337.63º49.58%46.67%-
XYZ10.757.768.91-
YUV80.15129.05155.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.59%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=45.59%
G=22.99%
B=31.42%

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
Decimal119608200.500.310.53337.6332.9635.1
Hex773C520321F351522123
Octal1677412206237655224143
Binary11101111111001010010011001011111110101101010010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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