Html Css Color HEX #772157 Flirt

📋 copy color: '#772157'

red 119 ◦ green 33 ◦ blue 87

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

Shades of Flirt #772157

Tints of Flirt #772157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 49.79%
G = 13.81%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#772157 (or 0x772157) is known color: Flirt. HEX triplet: 77, 21 and 57. RGB value is (119,33,87). Sum of RGB (Red+Green+Blue) = 119+33+87=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772157 is #88DEA8. Grayscale: #404040. Windows color (decimal): -8969897 or 5710199. OLE color: 5710199.

HSL color Cylindrical-coordinate representation of color #772157: hue angle of 322.33º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772157 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 87 -
CMYK 0 0.72 0.27 0.53
HSL 322.33º 0.57% 0.3% -
HSV(B) 322.33º 0.72% 0.47% -
XYZ 9.87 5.7 9.6 -
YUV 64.87 140.49 166.61 -
System Red Green Blue C M Y K H S L
Decimal 119 33 87 0 0.72 0.27 0.53 322.33 0.57 0.3
Hex 77 21 57 0 48 1B 35 142 39 1E
Octal 167 41 127 0 110 33 65 502 71 36
Binary 1110111 100001 1010111 0 1001000 11011 110101 101000010 111001 11110

Color Harmonies of #772157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772157

Black with #772157

Text Example


Text Example

White with #772157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772157; }

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

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

background-color css

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

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

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

border-color css

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

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

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