Html Css Color HEX #773B53 Flirt

📋 copy color: '#773B53'

red 119 ◦ green 59 ◦ blue 83

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

Shades of Flirt #773B53

Tints of Flirt #773B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 45.59%
G = 22.61%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#773B53 (or 0x773B53) is known color: Flirt. HEX triplet: 77, 3B and 53. RGB value is (119,59,83). Sum of RGB (Red+Green+Blue) = 119+59+83=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #773B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B53 is #88C4AC. Grayscale: #4F4F4F. Windows color (decimal): -8963245 or 5454711. OLE color: 5454711.

HSL color Cylindrical-coordinate representation of color #773B53: hue angle of 336º 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 #773B53 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 59 83 -
CMYK 0 0.50 0.30 0.53
HSL 336º 0.34% 0.35% -
HSV(B) 336º 0.5% 0.47% -
XYZ 10.73 7.67 9.1 -
YUV 79.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 119 59 83 0 0.50 0.30 0.53 336 0.34 0.35
Hex 77 3B 53 0 32 1E 35 150 22 23
Octal 167 73 123 0 62 36 65 520 42 43
Binary 1110111 111011 1010011 0 110010 11110 110101 101010000 100010 100011

Color Harmonies of #773B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B53

Black with #773B53

Text Example


Text Example

White with #773B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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