Html Css Color HEX #773959 Flirt

📋 copy color: '#773959'

red 119 ◦ green 57 ◦ blue 89

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

Shades of Flirt #773959

Tints of Flirt #773959

RGB

 RED value IS 119 (46.88% from 255) = 44.91%

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 44.91%
G = 21.51%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#773959 (or 0x773959) is known color: Flirt. HEX triplet: 77, 39 and 59. RGB value is (119,57,89). Sum of RGB (Red+Green+Blue) = 119+57+89=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773959 is #88C6A6. Grayscale: #4F4F4F. Windows color (decimal): -8963751 or 5847415. OLE color: 5847415.

HSL color Cylindrical-coordinate representation of color #773959: hue angle of 329.03º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773959 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 57 89 -
CMYK 0 0.52 0.25 0.53
HSL 329.03º 0.35% 0.35% -
HSV(B) 329.03º 0.52% 0.47% -
XYZ 10.87 7.57 10.34 -
YUV 79.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 119 57 89 0 0.52 0.25 0.53 329.03 0.35 0.35
Hex 77 39 59 0 34 19 35 149 23 23
Octal 167 71 131 0 64 31 65 511 43 43
Binary 1110111 111001 1011001 0 110100 11001 110101 101001001 100011 100011

Color Harmonies of #773959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773959

Black with #773959

Text Example


Text Example

White with #773959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773959; }

 p { color: rgb(119,57,89); }

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

background-color css

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

 a { background-color: rgb(119,57,89); }

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

border-color css

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

 span { border-color: rgb(119,57,89); }

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