Html Css Color HEX #78324B Flirt

📋 copy color: '#78324B'

red 120 ◦ green 50 ◦ blue 75

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

Shades of Flirt #78324B

Tints of Flirt #78324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 48.98%
G = 20.41%
B = 30.61%

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

#78324B (or 0x78324B) is known color: Flirt. HEX triplet: 78, 32 and 4B. RGB value is (120,50,75). Sum of RGB (Red+Green+Blue) = 120+50+75=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78324B is #87CDB4. Grayscale: #494949. Windows color (decimal): -8900021 or 4928120. OLE color: 4928120.

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

Color convert

RGB 120 50 75 -
CMYK 0 0.58 0.37 0.53
HSL 338.57º 0.41% 0.33% -
HSV(B) 338.57º 0.58% 0.47% -
XYZ 10.16 6.78 7.43 -
YUV 73.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 120 50 75 0 0.58 0.37 0.53 338.57 0.41 0.33
Hex 78 32 4B 0 3A 25 35 153 29 21
Octal 170 62 113 0 72 45 65 523 51 41
Binary 1111000 110010 1001011 0 111010 100101 110101 101010011 101001 100001

Color Harmonies of #78324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78324B

Black with #78324B

Text Example


Text Example

White with #78324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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