#782655

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

Shades of Flirt #782655

Tints of Flirt #782655

Color information

#782655 (or 0x782655) is unknown color: approx Flirt. HEX triplet: 78, 26 and 55. RGB value is (120,38,85). Sum of RGB (Red+Green+Blue) = 120+38+85=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #782655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782655 is #87D9AA. Grayscale: #434343. Windows color (decimal): -8903083 or 5580408. OLE color: 5580408.

HSL color Cylindrical-coordinate representation of color #782655: hue angle of 325.61º degrees, saturation: 0.52, 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 #782655 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1203885-
CMYK00.680.290.53
HSL325.61º51.9%30.98%-
HSV(B)325.61º68.33%47.06%-
XYZ10.086.049.23-
YUV67.88137.67165.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=49.38%
G=15.64%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120388500.680.290.53325.6151.930.98
Hex7826550441D35146341f
Octal17046125010435655066437
Binary11110001001101010101010001001110111010110100011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782655; }

 p { color: rgb(120,38,85); }

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

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

 a { background-color: rgb(120,38,85); }

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

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

 span { border-color: rgb(120,38,85); }

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