#78395A

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

Shades of Flirt #78395A

Tints of Flirt #78395A

Color information

#78395A (or 0x78395A) is unknown color: approx Flirt. HEX triplet: 78, 39 and 5A. RGB value is (120,57,90). Sum of RGB (Red+Green+Blue) = 120+57+90=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78395A is #87C6A5. Grayscale: #4F4F4F. Windows color (decimal): -8898214 or 5912952. OLE color: 5912952.

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

Color convert

RGB1205790-
CMYK00.520.250.53
HSL328.57º35.59%34.71%-
HSV(B)328.57º52.5%47.06%-
XYZ11.057.6610.57-
YUV79.6133.87156.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=44.94%
G=21.35%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120579000.520.250.53328.5735.5934.71
Hex78395A03419351492423
Octal1707113206431655114443
Binary11110001110011011010011010011001110101101001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,57,90); }

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

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

 a { background-color: rgb(120,57,90); }

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

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

 span { border-color: rgb(120,57,90); }

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