Html Css Color HEX #78304C Flirt

📋 copy color: '#78304C'

red 120 ◦ green 48 ◦ blue 76

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

Shades of Flirt #78304C

Tints of Flirt #78304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 49.18%
G = 19.67%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78304C (or 0x78304C) is known color: Flirt. HEX triplet: 78, 30 and 4C. RGB value is (120,48,76). Sum of RGB (Red+Green+Blue) = 120+48+76=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #78304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78304C is #87CFB3. Grayscale: #484848. Windows color (decimal): -8900532 or 4993144. OLE color: 4993144.

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

Color convert

RGB 120 48 76 -
CMYK 0 0.60 0.37 0.53
HSL 336.67º 0.43% 0.33% -
HSV(B) 336.67º 0.6% 0.47% -
XYZ 10.11 6.63 7.58 -
YUV 72.72 129.85 161.72 -
System Red Green Blue C M Y K H S L
Decimal 120 48 76 0 0.60 0.37 0.53 336.67 0.43 0.33
Hex 78 30 4C 0 3C 25 35 151 2B 21
Octal 170 60 114 0 74 45 65 521 53 41
Binary 1111000 110000 1001100 0 111100 100101 110101 101010001 101011 100001

Color Harmonies of #78304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78304C

Black with #78304C

Text Example


Text Example

White with #78304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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