Html Css Color HEX #78304A Flirt

📋 copy color: '#78304A'

red 120 ◦ green 48 ◦ blue 74

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

Shades of Flirt #78304A

Tints of Flirt #78304A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 49.59%
G = 19.83%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#78304A (or 0x78304A) is known color: Flirt. HEX triplet: 78, 30 and 4A. RGB value is (120,48,74). Sum of RGB (Red+Green+Blue) = 120+48+74=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #78304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78304A is #87CFB5. Grayscale: #484848. Windows color (decimal): -8900534 or 4862072. OLE color: 4862072.

HSL color Cylindrical-coordinate representation of color #78304A: hue angle of 338.33º 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 #78304A is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 74 -
CMYK 0 0.60 0.38 0.53
HSL 338.33º 0.43% 0.33% -
HSV(B) 338.33º 0.6% 0.47% -
XYZ 10.04 6.6 7.22 -
YUV 72.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 120 48 74 0 0.60 0.38 0.53 338.33 0.43 0.33
Hex 78 30 4A 0 3C 26 35 152 2B 21
Octal 170 60 112 0 74 46 65 522 53 41
Binary 1111000 110000 1001010 0 111100 100110 110101 101010010 101011 100001

Color Harmonies of #78304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78304A

Black with #78304A

Text Example


Text Example

White with #78304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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