#782752

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

Shades of Flirt #782752

Tints of Flirt #782752

Color information

#782752 (or 0x782752) is unknown color: approx Flirt. HEX triplet: 78, 27 and 52. RGB value is (120,39,82). Sum of RGB (Red+Green+Blue) = 120+39+82=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782752 is #87D8AD. Grayscale: #444444. Windows color (decimal): -8902830 or 5384056. OLE color: 5384056.

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

Color convert

RGB1203982-
CMYK00.670.320.53
HSL328.15º50.94%31.18%-
HSV(B)328.15º67.5%47.06%-
XYZ9.996.058.62-
YUV68.12135.84165-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=49.79%
G=16.18%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120398200.670.320.53328.1550.9431.18
Hex7827520432035148331f
Octal17047122010340655106337
Binary111100010011110100100100001110000011010110100100011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782752; }

 p { color: rgb(120,39,82); }

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

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

 a { background-color: rgb(120,39,82); }

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

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

 span { border-color: rgb(120,39,82); }

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