Html Css Color HEX #773557 Flirt

📋 copy color: '#773557'

red 119 ◦ green 53 ◦ blue 87

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

Shades of Flirt #773557

Tints of Flirt #773557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.46%

 BLUE value IS 87 (34.38% from 255) = 33.59%

R = 45.95%
G = 20.46%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#773557 (or 0x773557) is known color: Flirt. HEX triplet: 77, 35 and 57. RGB value is (119,53,87). Sum of RGB (Red+Green+Blue) = 119+53+87=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #773557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773557 is #88CAA8. Grayscale: #4C4C4C. Windows color (decimal): -8964777 or 5715319. OLE color: 5715319.

HSL color Cylindrical-coordinate representation of color #773557: hue angle of 329.09º 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 #773557 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 87 -
CMYK 0 0.55 0.27 0.53
HSL 329.09º 0.38% 0.34% -
HSV(B) 329.09º 0.55% 0.47% -
XYZ 10.6 7.16 9.84 -
YUV 76.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 119 53 87 0 0.55 0.27 0.53 329.09 0.38 0.34
Hex 77 35 57 0 37 1B 35 149 26 22
Octal 167 65 127 0 67 33 65 511 46 42
Binary 1110111 110101 1010111 0 110111 11011 110101 101001001 100110 100010

Color Harmonies of #773557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773557

Black with #773557

Text Example


Text Example

White with #773557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773557; }

 p { color: rgb(119,53,87); }

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

background-color css

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

 a { background-color: rgb(119,53,87); }

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

border-color css

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

 span { border-color: rgb(119,53,87); }

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