Html Css Color HEX #772550 Flirt

📋 copy color: '#772550'

red 119 ◦ green 37 ◦ blue 80

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

Shades of Flirt #772550

Tints of Flirt #772550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 50.42%
G = 15.68%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#772550 (or 0x772550) is known color: Flirt. HEX triplet: 77, 25 and 50. RGB value is (119,37,80). Sum of RGB (Red+Green+Blue) = 119+37+80=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #772550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772550 is #88DAAF. Grayscale: #424242. Windows color (decimal): -8968880 or 5252471. OLE color: 5252471.

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

Color convert

RGB 119 37 80 -
CMYK 0 0.69 0.33 0.53
HSL 328.54º 0.53% 0.31% -
HSV(B) 328.54º 0.69% 0.47% -
XYZ 9.72 5.82 8.2 -
YUV 66.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 119 37 80 0 0.69 0.33 0.53 328.54 0.53 0.31
Hex 77 25 50 0 45 21 35 149 35 1F
Octal 167 45 120 0 105 41 65 511 65 37
Binary 1110111 100101 1010000 0 1000101 100001 110101 101001001 110101 11111

Color Harmonies of #772550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772550

Black with #772550

Text Example


Text Example

White with #772550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772550; }

 p { color: rgb(119,37,80); }

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

background-color css

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

 a { background-color: rgb(119,37,80); }

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

border-color css

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

 span { border-color: rgb(119,37,80); }

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