Html Css Color HEX #772455 Flirt

📋 copy color: '#772455'

red 119 ◦ green 36 ◦ blue 85

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

Shades of Flirt #772455

Tints of Flirt #772455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 49.58%
G = 15%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#772455 (or 0x772455) is known color: Flirt. HEX triplet: 77, 24 and 55. RGB value is (119,36,85). Sum of RGB (Red+Green+Blue) = 119+36+85=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772455 is #88DBAA. Grayscale: #424242. Windows color (decimal): -8969131 or 5579895. OLE color: 5579895.

HSL color Cylindrical-coordinate representation of color #772455: hue angle of 324.58º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772455 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 85 -
CMYK 0 0.70 0.29 0.53
HSL 324.58º 0.54% 0.3% -
HSV(B) 324.58º 0.7% 0.47% -
XYZ 9.88 5.84 9.2 -
YUV 66.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 119 36 85 0 0.70 0.29 0.53 324.58 0.54 0.3
Hex 77 24 55 0 46 1D 35 145 36 1E
Octal 167 44 125 0 106 35 65 505 66 36
Binary 1110111 100100 1010101 0 1000110 11101 110101 101000101 110110 11110

Color Harmonies of #772455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772455

Black with #772455

Text Example


Text Example

White with #772455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772455; }

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

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

background-color css

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

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

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

border-color css

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

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

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