Html Css Color HEX #773C55 Flirt

📋 copy color: '#773C55'

red 119 ◦ green 60 ◦ blue 85

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

Shades of Flirt #773C55

Tints of Flirt #773C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 45.08%
G = 22.73%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773C55 (or 0x773C55) is known color: Flirt. HEX triplet: 77, 3C and 55. RGB value is (119,60,85). Sum of RGB (Red+Green+Blue) = 119+60+85=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C55 is #88C3AA. Grayscale: #505050. Windows color (decimal): -8962987 or 5586039. OLE color: 5586039.

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

Color convert

RGB 119 60 85 -
CMYK 0 0.50 0.29 0.53
HSL 334.58º 0.33% 0.35% -
HSV(B) 334.58º 0.5% 0.47% -
XYZ 10.86 7.81 9.53 -
YUV 80.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 119 60 85 0 0.50 0.29 0.53 334.58 0.33 0.35
Hex 77 3C 55 0 32 1D 35 14F 21 23
Octal 167 74 125 0 62 35 65 517 41 43
Binary 1110111 111100 1010101 0 110010 11101 110101 101001111 100001 100011

Color Harmonies of #773C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C55

Black with #773C55

Text Example


Text Example

White with #773C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,60,85); }

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

background-color css

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

 a { background-color: rgb(119,60,85); }

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

border-color css

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

 span { border-color: rgb(119,60,85); }

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