Html Css Color HEX #78325E Flirt

📋 copy color: '#78325E'

red 120 ◦ green 50 ◦ blue 94

#78325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #78325E

Tints of Flirt #78325E

RGB

 RED value IS 120 (47.27% from 255) = 45.45%

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 94 (37.11% from 255) = 35.61%

R = 45.45%
G = 18.94%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78325E (or 0x78325E) is known color: Flirt. HEX triplet: 78, 32 and 5E. RGB value is (120,50,94). Sum of RGB (Red+Green+Blue) = 120+50+94=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78325E is #87CDA1. Grayscale: #4B4B4B. Windows color (decimal): -8900002 or 6173304. OLE color: 6173304.

HSL color Cylindrical-coordinate representation of color #78325E: hue angle of 322.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78325E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 94 -
CMYK 0 0.58 0.22 0.53
HSL 322.29º 0.41% 0.33% -
HSV(B) 322.29º 0.58% 0.47% -
XYZ 10.91 7.08 11.38 -
YUV 75.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 120 50 94 0 0.58 0.22 0.53 322.29 0.41 0.33
Hex 78 32 5E 0 3A 16 35 142 29 21
Octal 170 62 136 0 72 26 65 502 51 41
Binary 1111000 110010 1011110 0 111010 10110 110101 101000010 101001 100001

Color Harmonies of #78325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78325E

Black with #78325E

Text Example


Text Example

White with #78325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78325E;
 }
 .AnyTagClassName
 {
   color: #78325E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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