#78384F

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

Shades of Flirt #78384F

Tints of Flirt #78384F

Color information

#78384F (or 0x78384F) is unknown color: approx Flirt. HEX triplet: 78, 38 and 4F. RGB value is (120,56,79). Sum of RGB (Red+Green+Blue) = 120+56+79=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78384F is #87C7B0. Grayscale: #4D4D4D. Windows color (decimal): -8898481 or 5191800. OLE color: 5191800.

HSL color Cylindrical-coordinate representation of color #78384F: hue angle of 338.44º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78384F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1205679-
CMYK00.530.340.53
HSL338.44º36.36%34.51%-
HSV(B)338.44º53.33%47.06%-
XYZ10.577.398.27-
YUV77.76128.7158.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=47.06%
G=21.96%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120567900.530.340.53338.4436.3634.51
Hex78384F03522351522423
Octal1707011706542655224443
Binary111100011100010011110110101100010110101101010010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78384F; }

 p { color: rgb(120,56,79); }

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

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

 a { background-color: rgb(120,56,79); }

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

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

 span { border-color: rgb(120,56,79); }

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