#78344A

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

Shades of Flirt #78344A

Tints of Flirt #78344A

Color information

#78344A (or 0x78344A) is unknown color: approx Flirt. HEX triplet: 78, 34 and 4A. RGB value is (120,52,74). Sum of RGB (Red+Green+Blue) = 120+52+74=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78344A is #87CBB5. Grayscale: #4A4A4A. Windows color (decimal): -8899510 or 4863096. OLE color: 4863096.

HSL color Cylindrical-coordinate representation of color #78344A: hue angle of 340.59º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78344A is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1205274-
CMYK00.570.380.53
HSL340.59º39.53%33.73%-
HSV(B)340.59º56.67%47.06%-
XYZ10.216.947.28-
YUV74.84127.53160.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=48.78%
G=21.14%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120527400.570.380.53340.5939.5333.73
Hex78344A03926351552822
Octal1706411207146655255042
Binary111100011010010010100111001100110110101101010101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78344A; }

 p { color: rgb(120,52,74); }

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

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

 a { background-color: rgb(120,52,74); }

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

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

 span { border-color: rgb(120,52,74); }

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