#783C54

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

Shades of Flirt #783C54

Tints of Flirt #783C54

Color information

#783C54 (or 0x783C54) is unknown color: approx Flirt. HEX triplet: 78, 3C and 54. RGB value is (120,60,84). Sum of RGB (Red+Green+Blue) = 120+60+84=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C54 is #87C3AB. Grayscale: #505050. Windows color (decimal): -8897452 or 5520504. OLE color: 5520504.

HSL color Cylindrical-coordinate representation of color #783C54: hue angle of 336º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C54 is Cyan = 0, Magento = 0.5, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1206084-
CMYK00.50.30.53
HSL336º33.33%35.29%-
HSV(B)336º50%47.06%-
XYZ10.967.869.33-
YUV80.68129.88156.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 60 (23.83% from 255) = 22.73%
BLUE value IS 84 (33.20% from 255) = 31.82%
R=45.45%
G=22.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120608400.50.30.5333633.3335.29
Hex783C540321E351502123
Octal1707412406236655204143
Binary11110001111001010100011001011110110101101010000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783C54; }

 p { color: rgb(120,60,84); }

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

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

 a { background-color: rgb(120,60,84); }

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

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

 span { border-color: rgb(120,60,84); }

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