Html Css Color HEX #78334B Flirt

📋 copy color: '#78334B'

red 120 ◦ green 51 ◦ blue 75

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

Shades of Flirt #78334B

Tints of Flirt #78334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 48.78%
G = 20.73%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#78334B (or 0x78334B) is known color: Flirt. HEX triplet: 78, 33 and 4B. RGB value is (120,51,75). Sum of RGB (Red+Green+Blue) = 120+51+75=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78334B is #87CCB4. Grayscale: #4A4A4A. Windows color (decimal): -8899765 or 4928376. OLE color: 4928376.

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

Color convert

RGB 120 51 75 -
CMYK 0 0.58 0.37 0.53
HSL 339.13º 0.4% 0.34% -
HSV(B) 339.13º 0.58% 0.47% -
XYZ 10.2 6.87 7.44 -
YUV 74.37 128.36 160.55 -
System Red Green Blue C M Y K H S L
Decimal 120 51 75 0 0.58 0.37 0.53 339.13 0.4 0.34
Hex 78 33 4B 0 3A 25 35 153 28 22
Octal 170 63 113 0 72 45 65 523 50 42
Binary 1111000 110011 1001011 0 111010 100101 110101 101010011 101000 100010

Color Harmonies of #78334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78334B

Black with #78334B

Text Example


Text Example

White with #78334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78334B; }

 p { color: rgb(120,51,75); }

 H1.HeaderClassName
 {
   color: #78334B;
 }
 .AnyTagClassName
 {
   color: #78334B;
 }
</style>

background-color css

<style>
 a { background-color: #78334B; }

 a { background-color: rgb(120,51,75); }

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

border-color css

<style>
 span { border-color: #78334B; }

 span { border-color: rgb(120,51,75); }

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