Html Css Color HEX #78365E Flirt

📋 copy color: '#78365E'

red 120 ◦ green 54 ◦ blue 94

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

Shades of Flirt #78365E

Tints of Flirt #78365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 44.78%
G = 20.15%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78365E (or 0x78365E) is known color: Flirt. HEX triplet: 78, 36 and 5E. RGB value is (120,54,94). Sum of RGB (Red+Green+Blue) = 120+54+94=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78365E is #87C9A1. Grayscale: #4E4E4E. Windows color (decimal): -8898978 or 6174328. OLE color: 6174328.

HSL color Cylindrical-coordinate representation of color #78365E: hue angle of 323.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78365E is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 54 94 -
CMYK 0 0.55 0.22 0.53
HSL 323.64º 0.38% 0.34% -
HSV(B) 323.64º 0.55% 0.47% -
XYZ 11.09 7.44 11.44 -
YUV 78.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 120 54 94 0 0.55 0.22 0.53 323.64 0.38 0.34
Hex 78 36 5E 0 37 16 35 144 26 22
Octal 170 66 136 0 67 26 65 504 46 42
Binary 1111000 110110 1011110 0 110111 10110 110101 101000100 100110 100010

Color Harmonies of #78365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78365E

Black with #78365E

Text Example


Text Example

White with #78365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78365E; }

 p { color: rgb(120,54,94); }

 H1.HeaderClassName
 {
   color: #78365E;
 }
 .AnyTagClassName
 {
   color: #78365E;
 }
</style>

background-color css

<style>
 a { background-color: #78365E; }

 a { background-color: rgb(120,54,94); }

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

border-color css

<style>
 span { border-color: #78365E; }

 span { border-color: rgb(120,54,94); }

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