Html Css Color HEX #78304D Flirt

📋 copy color: '#78304D'

red 120 ◦ green 48 ◦ blue 77

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

Shades of Flirt #78304D

Tints of Flirt #78304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 48.98%
G = 19.59%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#78304D (or 0x78304D) is known color: Flirt. HEX triplet: 78, 30 and 4D. RGB value is (120,48,77). Sum of RGB (Red+Green+Blue) = 120+48+77=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78304D is #87CFB2. Grayscale: #484848. Windows color (decimal): -8900531 or 5058680. OLE color: 5058680.

HSL color Cylindrical-coordinate representation of color #78304D: hue angle of 335.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78304D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 77 -
CMYK 0 0.60 0.36 0.53
HSL 335.83º 0.43% 0.33% -
HSV(B) 335.83º 0.6% 0.47% -
XYZ 10.14 6.64 7.77 -
YUV 72.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 120 48 77 0 0.60 0.36 0.53 335.83 0.43 0.33
Hex 78 30 4D 0 3C 24 35 150 2B 21
Octal 170 60 115 0 74 44 65 520 53 41
Binary 1111000 110000 1001101 0 111100 100100 110101 101010000 101011 100001

Color Harmonies of #78304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78304D

Black with #78304D

Text Example


Text Example

White with #78304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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