#773652

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

Shades of Flirt #773652

Tints of Flirt #773652

Color information

#773652 (or 0x773652) is unknown color: approx Flirt. HEX triplet: 77, 36 and 52. RGB value is (119,54,82). Sum of RGB (Red+Green+Blue) = 119+54+82=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773652 is #88C9AD. Grayscale: #4C4C4C. Windows color (decimal): -8964526 or 5387895. OLE color: 5387895.

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

Color convert

RGB1195482-
CMYK00.550.310.53
HSL334.15º37.57%33.92%-
HSV(B)334.15º54.62%46.67%-
XYZ10.457.178.82-
YUV76.63131.03158.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.67%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=46.67%
G=21.18%
B=32.16%

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
Decimal119548200.550.310.53334.1537.5733.92
Hex7736520371F3514e2622
Octal1676612206737655164642
Binary11101111101101010010011011111111110101101001110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773652; }

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

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

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

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

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

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

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

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