Html Css Color HEX #772957 Flirt

📋 copy color: '#772957'

red 119 ◦ green 41 ◦ blue 87

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

Shades of Flirt #772957

Tints of Flirt #772957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.6%

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

R = 48.18%
G = 16.6%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#772957 (or 0x772957) is known color: Flirt. HEX triplet: 77, 29 and 57. RGB value is (119,41,87). Sum of RGB (Red+Green+Blue) = 119+41+87=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #772957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772957 is #88D6A8. Grayscale: #454545. Windows color (decimal): -8967849 or 5712247. OLE color: 5712247.

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

Color convert

RGB 119 41 87 -
CMYK 0 0.66 0.27 0.53
HSL 324.62º 0.49% 0.31% -
HSV(B) 324.62º 0.66% 0.47% -
XYZ 10.12 6.2 9.68 -
YUV 69.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 119 41 87 0 0.66 0.27 0.53 324.62 0.49 0.31
Hex 77 29 57 0 42 1B 35 145 31 1F
Octal 167 51 127 0 102 33 65 505 61 37
Binary 1110111 101001 1010111 0 1000010 11011 110101 101000101 110001 11111

Color Harmonies of #772957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772957

Black with #772957

Text Example


Text Example

White with #772957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772957; }

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

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

background-color css

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

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

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

border-color css

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

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

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