Html Css Color HEX #773B56 Flirt

📋 copy color: '#773B56'

red 119 ◦ green 59 ◦ blue 86

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

Shades of Flirt #773B56

Tints of Flirt #773B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

 BLUE value IS 86 (33.98% from 255) = 32.58%

R = 45.08%
G = 22.35%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773B56 (or 0x773B56) is known color: Flirt. HEX triplet: 77, 3B and 56. RGB value is (119,59,86). Sum of RGB (Red+Green+Blue) = 119+59+86=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B56 is #88C4A9. Grayscale: #4F4F4F. Windows color (decimal): -8963242 or 5651319. OLE color: 5651319.

HSL color Cylindrical-coordinate representation of color #773B56: hue angle of 333º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773B56 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 86 -
CMYK 0 0.50 0.28 0.53
HSL 333º 0.34% 0.35% -
HSV(B) 333º 0.5% 0.47% -
XYZ 10.85 7.72 9.72 -
YUV 80.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 119 59 86 0 0.50 0.28 0.53 333 0.34 0.35
Hex 77 3B 56 0 32 1C 35 14D 22 23
Octal 167 73 126 0 62 34 65 515 42 43
Binary 1110111 111011 1010110 0 110010 11100 110101 101001101 100010 100011

Color Harmonies of #773B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B56

Black with #773B56

Text Example


Text Example

White with #773B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773B56; }

 p { color: rgb(119,59,86); }

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

background-color css

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

 a { background-color: rgb(119,59,86); }

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

border-color css

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

 span { border-color: rgb(119,59,86); }

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