#773552

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

Shades of Flirt #773552

Tints of Flirt #773552

Color information

#773552 (or 0x773552) is unknown color: approx Flirt. HEX triplet: 77, 35 and 52. RGB value is (119,53,82). Sum of RGB (Red+Green+Blue) = 119+53+82=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773552 is #88CAAD. Grayscale: #4B4B4B. Windows color (decimal): -8964782 or 5387639. OLE color: 5387639.

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

Color convert

RGB1195382-
CMYK00.550.310.53
HSL333.64º38.37%33.73%-
HSV(B)333.64º55.46%46.67%-
XYZ10.47.088.8-
YUV76.04131.37158.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=46.85%
G=20.87%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119538200.550.310.53333.6438.3733.73
Hex7735520371F3514e2622
Octal1676512206737655164642
Binary11101111101011010010011011111111110101101001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773552; }

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

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

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

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

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

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

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

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