#782756

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

Shades of Flirt #782756

Tints of Flirt #782756

Color information

#782756 (or 0x782756) is unknown color: approx Flirt. HEX triplet: 78, 27 and 56. RGB value is (120,39,86). Sum of RGB (Red+Green+Blue) = 120+39+86=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #782756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782756 is #87D8A9. Grayscale: #444444. Windows color (decimal): -8902826 or 5646200. OLE color: 5646200.

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

Color convert

RGB1203986-
CMYK00.670.280.53
HSL325.19º50.94%31.18%-
HSV(B)325.19º67.5%47.06%-
XYZ10.156.129.45-
YUV68.58137.84164.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=48.98%
G=15.92%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120398600.670.280.53325.1950.9431.18
Hex7827560431C35145331f
Octal17047126010334655056337
Binary11110001001111010110010000111110011010110100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782756; }

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

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

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

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

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

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

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

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