Html Css Color HEX #773154 Flirt

📋 copy color: '#773154'

red 119 ◦ green 49 ◦ blue 84

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

Shades of Flirt #773154

Tints of Flirt #773154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 47.22%
G = 19.44%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773154 (or 0x773154) is known color: Flirt. HEX triplet: 77, 31 and 54. RGB value is (119,49,84). Sum of RGB (Red+Green+Blue) = 119+49+84=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #773154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773154 is #88CEAB. Grayscale: #494949. Windows color (decimal): -8965804 or 5517687. OLE color: 5517687.

HSL color Cylindrical-coordinate representation of color #773154: hue angle of 330º 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 #773154 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 84 -
CMYK 0 0.59 0.29 0.53
HSL 330º 0.42% 0.33% -
HSV(B) 330º 0.59% 0.47% -
XYZ 10.31 6.76 9.15 -
YUV 73.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 119 49 84 0 0.59 0.29 0.53 330 0.42 0.33
Hex 77 31 54 0 3B 1D 35 14A 2A 21
Octal 167 61 124 0 73 35 65 512 52 41
Binary 1110111 110001 1010100 0 111011 11101 110101 101001010 101010 100001

Color Harmonies of #773154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773154

Black with #773154

Text Example


Text Example

White with #773154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773154; }

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

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

background-color css

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

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

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

border-color css

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

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

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