#78365E

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

Shades of Flirt #78365E

Tints of Flirt #78365E

Color information

#78365E (or 0x78365E) is unknown color: approx Flirt. HEX triplet: 78, 36 and 5E. RGB value is (120,54,94). Sum of RGB (Red+Green+Blue) = 120+54+94=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78365E is #87C9A1. Grayscale: #4E4E4E. Windows color (decimal): -8898978 or 6174328. OLE color: 6174328.

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

Color convert

RGB1205494-
CMYK00.550.220.53
HSL323.64º37.93%34.12%-
HSV(B)323.64º55%47.06%-
XYZ11.097.4411.44-
YUV78.29136.87157.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=44.78%
G=20.15%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120549400.550.220.53323.6437.9334.12
Hex78365E03716351442622
Octal1706613606726655044642
Binary11110001101101011110011011110110110101101000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78365E; }

 p { color: rgb(120,54,94); }

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

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

 a { background-color: rgb(120,54,94); }

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

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

 span { border-color: rgb(120,54,94); }

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