Html Css Color HEX #772444 Flirt

📋 copy color: '#772444'

red 119 ◦ green 36 ◦ blue 68

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

Shades of Flirt #772444

Tints of Flirt #772444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 68 (26.95% from 255) = 30.49%

R = 53.36%
G = 16.14%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#772444 (or 0x772444) is known color: Flirt. HEX triplet: 77, 24 and 44. RGB value is (119,36,68). Sum of RGB (Red+Green+Blue) = 119+36+68=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #772444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772444 is #88DBBB. Grayscale: #404040. Windows color (decimal): -8969148 or 4465783. OLE color: 4465783.

HSL color Cylindrical-coordinate representation of color #772444: hue angle of 336.87º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772444 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 68 -
CMYK 0 0.70 0.43 0.53
HSL 336.87º 0.54% 0.3% -
HSV(B) 336.87º 0.7% 0.47% -
XYZ 9.28 5.6 6.06 -
YUV 64.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 119 36 68 0 0.70 0.43 0.53 336.87 0.54 0.3
Hex 77 24 44 0 46 2B 35 151 36 1E
Octal 167 44 104 0 106 53 65 521 66 36
Binary 1110111 100100 1000100 0 1000110 101011 110101 101010001 110110 11110

Color Harmonies of #772444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772444

Black with #772444

Text Example


Text Example

White with #772444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772444; }

 p { color: rgb(119,36,68); }

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

background-color css

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

 a { background-color: rgb(119,36,68); }

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

border-color css

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

 span { border-color: rgb(119,36,68); }

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