Html Css Color HEX #772A55 Flirt

📋 copy color: '#772A55'

red 119 ◦ green 42 ◦ blue 85

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

Shades of Flirt #772A55

Tints of Flirt #772A55

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.07%

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 48.37%
G = 17.07%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772A55 (or 0x772A55) is known color: Flirt. HEX triplet: 77, 2A and 55. RGB value is (119,42,85). Sum of RGB (Red+Green+Blue) = 119+42+85=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #772A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A55 is #88D5AA. Grayscale: #454545. Windows color (decimal): -8967595 or 5581431. OLE color: 5581431.

HSL color Cylindrical-coordinate representation of color #772A55: hue angle of 326.49º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A55 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 85 -
CMYK 0 0.65 0.29 0.53
HSL 326.49º 0.48% 0.32% -
HSV(B) 326.49º 0.65% 0.47% -
XYZ 10.08 6.23 9.27 -
YUV 69.93 136.51 163 -
System Red Green Blue C M Y K H S L
Decimal 119 42 85 0 0.65 0.29 0.53 326.49 0.48 0.32
Hex 77 2A 55 0 41 1D 35 146 30 20
Octal 167 52 125 0 101 35 65 506 60 40
Binary 1110111 101010 1010101 0 1000001 11101 110101 101000110 110000 100000

Color Harmonies of #772A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A55

Black with #772A55

Text Example


Text Example

White with #772A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772A55; }

 p { color: rgb(119,42,85); }

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

background-color css

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

 a { background-color: rgb(119,42,85); }

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

border-color css

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

 span { border-color: rgb(119,42,85); }

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