Html Css Color HEX #772C49 Flirt

📋 copy color: '#772C49'

red 119 ◦ green 44 ◦ blue 73

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

Shades of Flirt #772C49

Tints of Flirt #772C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 50.42%
G = 18.64%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772C49 (or 0x772C49) is known color: Flirt. HEX triplet: 77, 2C and 49. RGB value is (119,44,73). Sum of RGB (Red+Green+Blue) = 119+44+73=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #772C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C49 is #88D3B6. Grayscale: #454545. Windows color (decimal): -8967095 or 4795511. OLE color: 4795511.

HSL color Cylindrical-coordinate representation of color #772C49: hue angle of 336.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C49 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 73 -
CMYK 0 0.63 0.39 0.53
HSL 336.8º 0.46% 0.32% -
HSV(B) 336.8º 0.63% 0.47% -
XYZ 9.71 6.2 6.99 -
YUV 69.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 119 44 73 0 0.63 0.39 0.53 336.8 0.46 0.32
Hex 77 2C 49 0 3F 27 35 151 2E 20
Octal 167 54 111 0 77 47 65 521 56 40
Binary 1110111 101100 1001001 0 111111 100111 110101 101010001 101110 100000

Color Harmonies of #772C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C49

Black with #772C49

Text Example


Text Example

White with #772C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C49; }

 p { color: rgb(119,44,73); }

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

background-color css

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

 a { background-color: rgb(119,44,73); }

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

border-color css

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

 span { border-color: rgb(119,44,73); }

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