Html Css Color HEX #78204D Flirt

📋 copy color: '#78204D'

red 120 ◦ green 32 ◦ blue 77

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

Shades of Flirt #78204D

Tints of Flirt #78204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 52.4%
G = 13.97%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78204D (or 0x78204D) is known color: Flirt. HEX triplet: 78, 20 and 4D. RGB value is (120,32,77). Sum of RGB (Red+Green+Blue) = 120+32+77=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78204D is #87DFB2. Grayscale: #3F3F3F. Windows color (decimal): -8904627 or 5054584. OLE color: 5054584.

HSL color Cylindrical-coordinate representation of color #78204D: hue angle of 329.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78204D is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 32 77 -
CMYK 0 0.73 0.36 0.53
HSL 329.32º 0.58% 0.3% -
HSV(B) 329.32º 0.73% 0.47% -
XYZ 9.6 5.56 7.59 -
YUV 63.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 120 32 77 0 0.73 0.36 0.53 329.32 0.58 0.3
Hex 78 20 4D 0 49 24 35 149 3A 1E
Octal 170 40 115 0 111 44 65 511 72 36
Binary 1111000 100000 1001101 0 1001001 100100 110101 101001001 111010 11110

Color Harmonies of #78204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78204D

Black with #78204D

Text Example


Text Example

White with #78204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78204D; }

 p { color: rgb(120,32,77); }

 H1.HeaderClassName
 {
   color: #78204D;
 }
 .AnyTagClassName
 {
   color: #78204D;
 }
</style>

background-color css

<style>
 a { background-color: #78204D; }

 a { background-color: rgb(120,32,77); }

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

border-color css

<style>
 span { border-color: #78204D; }

 span { border-color: rgb(120,32,77); }

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