Html Css Color HEX #773056 Flirt

📋 copy color: '#773056'

red 119 ◦ green 48 ◦ blue 86

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

Shades of Flirt #773056

Tints of Flirt #773056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.97%

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

R = 47.04%
G = 18.97%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773056 (or 0x773056) is known color: Flirt. HEX triplet: 77, 30 and 56. RGB value is (119,48,86). Sum of RGB (Red+Green+Blue) = 119+48+86=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773056 is #88CFA9. Grayscale: #494949. Windows color (decimal): -8966058 or 5648503. OLE color: 5648503.

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

Color convert

RGB 119 48 86 -
CMYK 0 0.60 0.28 0.53
HSL 327.89º 0.43% 0.33% -
HSV(B) 327.89º 0.6% 0.47% -
XYZ 10.34 6.71 9.55 -
YUV 73.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 119 48 86 0 0.60 0.28 0.53 327.89 0.43 0.33
Hex 77 30 56 0 3C 1C 35 148 2B 21
Octal 167 60 126 0 74 34 65 510 53 41
Binary 1110111 110000 1010110 0 111100 11100 110101 101001000 101011 100001

Color Harmonies of #773056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773056

Black with #773056

Text Example


Text Example

White with #773056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773056; }

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

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

background-color css

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

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

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

border-color css

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

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

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