Html Css Color HEX #772B49 Flirt

📋 copy color: '#772B49'

red 119 ◦ green 43 ◦ blue 73

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

Shades of Flirt #772B49

Tints of Flirt #772B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 50.64%
G = 18.3%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#772B49 (or 0x772B49) is known color: Flirt. HEX triplet: 77, 2B and 49. RGB value is (119,43,73). Sum of RGB (Red+Green+Blue) = 119+43+73=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #772B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772B49 is #88D4B6. Grayscale: #454545. Windows color (decimal): -8967351 or 4795255. OLE color: 4795255.

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

Color convert

RGB 119 43 73 -
CMYK 0 0.64 0.39 0.53
HSL 336.32º 0.47% 0.32% -
HSV(B) 336.32º 0.64% 0.47% -
XYZ 9.67 6.13 6.98 -
YUV 69.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 119 43 73 0 0.64 0.39 0.53 336.32 0.47 0.32
Hex 77 2B 49 0 40 27 35 150 2F 20
Octal 167 53 111 0 100 47 65 520 57 40
Binary 1110111 101011 1001001 0 1000000 100111 110101 101010000 101111 100000

Color Harmonies of #772B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772B49

Black with #772B49

Text Example


Text Example

White with #772B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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