Html Css Color HEX #773157 Flirt

📋 copy color: '#773157'

red 119 ◦ green 49 ◦ blue 87

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

Shades of Flirt #773157

Tints of Flirt #773157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 46.67%
G = 19.22%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#773157 (or 0x773157) is known color: Flirt. HEX triplet: 77, 31 and 57. RGB value is (119,49,87). Sum of RGB (Red+Green+Blue) = 119+49+87=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #773157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773157 is #88CEA8. Grayscale: #4A4A4A. Windows color (decimal): -8965801 or 5714295. OLE color: 5714295.

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

Color convert

RGB 119 49 87 -
CMYK 0 0.59 0.27 0.53
HSL 327.43º 0.42% 0.33% -
HSV(B) 327.43º 0.59% 0.47% -
XYZ 10.43 6.81 9.78 -
YUV 74.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 119 49 87 0 0.59 0.27 0.53 327.43 0.42 0.33
Hex 77 31 57 0 3B 1B 35 147 2A 21
Octal 167 61 127 0 73 33 65 507 52 41
Binary 1110111 110001 1010111 0 111011 11011 110101 101000111 101010 100001

Color Harmonies of #773157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773157

Black with #773157

Text Example


Text Example

White with #773157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773157; }

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

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

background-color css

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

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

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

border-color css

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

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

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