Html Css Color HEX #77224F Flirt

📋 copy color: '#77224F'

red 119 ◦ green 34 ◦ blue 79

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

Shades of Flirt #77224F

Tints of Flirt #77224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 51.29%
G = 14.66%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77224F (or 0x77224F) is known color: Flirt. HEX triplet: 77, 22 and 4F. RGB value is (119,34,79). Sum of RGB (Red+Green+Blue) = 119+34+79=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77224F is #88DDB0. Grayscale: #404040. Windows color (decimal): -8969649 or 5186167. OLE color: 5186167.

HSL color Cylindrical-coordinate representation of color #77224F: hue angle of 328.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #77224F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 79 -
CMYK 0 0.71 0.34 0.53
HSL 328.24º 0.56% 0.3% -
HSV(B) 328.24º 0.71% 0.47% -
XYZ 9.59 5.63 7.98 -
YUV 64.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 119 34 79 0 0.71 0.34 0.53 328.24 0.56 0.3
Hex 77 22 4F 0 47 22 35 148 38 1E
Octal 167 42 117 0 107 42 65 510 70 36
Binary 1110111 100010 1001111 0 1000111 100010 110101 101001000 111000 11110

Color Harmonies of #77224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77224F

Black with #77224F

Text Example


Text Example

White with #77224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77224F; }

 p { color: rgb(119,34,79); }

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

background-color css

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

 a { background-color: rgb(119,34,79); }

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

border-color css

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

 span { border-color: rgb(119,34,79); }

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