Html Css Color HEX #78324F Flirt

📋 copy color: '#78324F'

red 120 ◦ green 50 ◦ blue 79

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

Shades of Flirt #78324F

Tints of Flirt #78324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 48.19%
G = 20.08%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78324F (or 0x78324F) is known color: Flirt. HEX triplet: 78, 32 and 4F. RGB value is (120,50,79). Sum of RGB (Red+Green+Blue) = 120+50+79=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78324F is #87CDB0. Grayscale: #4A4A4A. Windows color (decimal): -8900017 or 5190264. OLE color: 5190264.

HSL color Cylindrical-coordinate representation of color #78324F: hue angle of 335.14º 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 #78324F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 79 -
CMYK 0 0.58 0.34 0.53
HSL 335.14º 0.41% 0.33% -
HSV(B) 335.14º 0.58% 0.47% -
XYZ 10.3 6.84 8.17 -
YUV 74.24 130.69 160.64 -
System Red Green Blue C M Y K H S L
Decimal 120 50 79 0 0.58 0.34 0.53 335.14 0.41 0.33
Hex 78 32 4F 0 3A 22 35 14F 29 21
Octal 170 62 117 0 72 42 65 517 51 41
Binary 1111000 110010 1001111 0 111010 100010 110101 101001111 101001 100001

Color Harmonies of #78324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78324F

Black with #78324F

Text Example


Text Example

White with #78324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78324F;
 }
 .AnyTagClassName
 {
   color: #78324F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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