Html Css Color HEX #773156 Flirt

📋 copy color: '#773156'

red 119 ◦ green 49 ◦ blue 86

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

Shades of Flirt #773156

Tints of Flirt #773156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

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

R = 46.85%
G = 19.29%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773156 (or 0x773156) is known color: Flirt. HEX triplet: 77, 31 and 56. RGB value is (119,49,86). Sum of RGB (Red+Green+Blue) = 119+49+86=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773156 is #88CEA9. Grayscale: #4A4A4A. Windows color (decimal): -8965802 or 5648759. OLE color: 5648759.

HSL color Cylindrical-coordinate representation of color #773156: hue angle of 328.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773156 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 86 -
CMYK 0 0.59 0.28 0.53
HSL 328.29º 0.42% 0.33% -
HSV(B) 328.29º 0.59% 0.47% -
XYZ 10.39 6.79 9.57 -
YUV 74.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 119 49 86 0 0.59 0.28 0.53 328.29 0.42 0.33
Hex 77 31 56 0 3B 1C 35 148 2A 21
Octal 167 61 126 0 73 34 65 510 52 41
Binary 1110111 110001 1010110 0 111011 11100 110101 101001000 101010 100001

Color Harmonies of #773156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773156

Black with #773156

Text Example


Text Example

White with #773156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773156; }

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

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

background-color css

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

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

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

border-color css

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

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

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