Html Css Color HEX #772950 Flirt

📋 copy color: '#772950'

red 119 ◦ green 41 ◦ blue 80

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

Shades of Flirt #772950

Tints of Flirt #772950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 49.58%
G = 17.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#772950 (or 0x772950) is known color: Flirt. HEX triplet: 77, 29 and 50. RGB value is (119,41,80). Sum of RGB (Red+Green+Blue) = 119+41+80=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772950 is #88D6AF. Grayscale: #444444. Windows color (decimal): -8967856 or 5253495. OLE color: 5253495.

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

Color convert

RGB 119 41 80 -
CMYK 0 0.66 0.33 0.53
HSL 330º 0.49% 0.31% -
HSV(B) 330º 0.66% 0.47% -
XYZ 9.85 6.09 8.25 -
YUV 68.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 119 41 80 0 0.66 0.33 0.53 330 0.49 0.31
Hex 77 29 50 0 42 21 35 14A 31 1F
Octal 167 51 120 0 102 41 65 512 61 37
Binary 1110111 101001 1010000 0 1000010 100001 110101 101001010 110001 11111

Color Harmonies of #772950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772950

Black with #772950

Text Example


Text Example

White with #772950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772950; }

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

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

background-color css

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

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

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

border-color css

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

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

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