Html Css Color HEX #772D49 Flirt

📋 copy color: '#772D49'

red 119 ◦ green 45 ◦ blue 73

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

Shades of Flirt #772D49

Tints of Flirt #772D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

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

R = 50.21%
G = 18.99%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772D49 (or 0x772D49) is known color: Flirt. HEX triplet: 77, 2D and 49. RGB value is (119,45,73). Sum of RGB (Red+Green+Blue) = 119+45+73=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #772D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D49 is #88D2B6. Grayscale: #464646. Windows color (decimal): -8966839 or 4795767. OLE color: 4795767.

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

Color convert

RGB 119 45 73 -
CMYK 0 0.62 0.39 0.53
HSL 337.3º 0.45% 0.32% -
HSV(B) 337.3º 0.62% 0.47% -
XYZ 9.75 6.28 7 -
YUV 70.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 119 45 73 0 0.62 0.39 0.53 337.3 0.45 0.32
Hex 77 2D 49 0 3E 27 35 151 2D 20
Octal 167 55 111 0 76 47 65 521 55 40
Binary 1110111 101101 1001001 0 111110 100111 110101 101010001 101101 100000

Color Harmonies of #772D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D49

Black with #772D49

Text Example


Text Example

White with #772D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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