Html Css Color HEX #772C56 Flirt

📋 copy color: '#772C56'

red 119 ◦ green 44 ◦ blue 86

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

Shades of Flirt #772C56

Tints of Flirt #772C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.54%

R = 47.79%
G = 17.67%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#772C56 (or 0x772C56) is known color: Flirt. HEX triplet: 77, 2C and 56. RGB value is (119,44,86). Sum of RGB (Red+Green+Blue) = 119+44+86=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #772C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C56 is #88D3A9. Grayscale: #474747. Windows color (decimal): -8967082 or 5647479. OLE color: 5647479.

HSL color Cylindrical-coordinate representation of color #772C56: hue angle of 326.4º 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 #772C56 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 86 -
CMYK 0 0.63 0.28 0.53
HSL 326.4º 0.46% 0.32% -
HSV(B) 326.4º 0.63% 0.47% -
XYZ 10.19 6.4 9.5 -
YUV 71.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 119 44 86 0 0.63 0.28 0.53 326.4 0.46 0.32
Hex 77 2C 56 0 3F 1C 35 146 2E 20
Octal 167 54 126 0 77 34 65 506 56 40
Binary 1110111 101100 1010110 0 111111 11100 110101 101000110 101110 100000

Color Harmonies of #772C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C56

Black with #772C56

Text Example


Text Example

White with #772C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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