#773352

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

Shades of Flirt #773352

Tints of Flirt #773352

Color information

#773352 (or 0x773352) is unknown color: approx Flirt. HEX triplet: 77, 33 and 52. RGB value is (119,51,82). Sum of RGB (Red+Green+Blue) = 119+51+82=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773352 is #88CCAD. Grayscale: #4A4A4A. Windows color (decimal): -8965294 or 5387127. OLE color: 5387127.

HSL color Cylindrical-coordinate representation of color #773352: hue angle of 332.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773352 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1195182-
CMYK00.570.310.53
HSL332.65º40%33.33%-
HSV(B)332.65º57.14%46.67%-
XYZ10.316.98.77-
YUV74.87132.03159.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=47.22%
G=20.24%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119518200.570.310.53332.654033.33
Hex7733520391F3514d2821
Octal1676312207137655155041
Binary11101111100111010010011100111111110101101001101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773352; }

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

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

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

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

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

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

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

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