Html Css Color HEX #78374F Flirt

📋 copy color: '#78374F'

red 120 ◦ green 55 ◦ blue 79

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

Shades of Flirt #78374F

Tints of Flirt #78374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 47.24%
G = 21.65%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#78374F (or 0x78374F) is known color: Flirt. HEX triplet: 78, 37 and 4F. RGB value is (120,55,79). Sum of RGB (Red+Green+Blue) = 120+55+79=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78374F is #87C8B0. Grayscale: #4D4D4D. Windows color (decimal): -8898737 or 5191544. OLE color: 5191544.

HSL color Cylindrical-coordinate representation of color #78374F: hue angle of 337.85º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78374F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 79 -
CMYK 0 0.54 0.34 0.53
HSL 337.85º 0.37% 0.34% -
HSV(B) 337.85º 0.54% 0.47% -
XYZ 10.52 7.29 8.25 -
YUV 77.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 120 55 79 0 0.54 0.34 0.53 337.85 0.37 0.34
Hex 78 37 4F 0 36 22 35 152 25 22
Octal 170 67 117 0 66 42 65 522 45 42
Binary 1111000 110111 1001111 0 110110 100010 110101 101010010 100101 100010

Color Harmonies of #78374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78374F

Black with #78374F

Text Example


Text Example

White with #78374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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