Html Css Color HEX #77224E Flirt

📋 copy color: '#77224E'

red 119 ◦ green 34 ◦ blue 78

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

Shades of Flirt #77224E

Tints of Flirt #77224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 51.52%
G = 14.72%
B = 33.77%

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

#77224E (or 0x77224E) is known color: Flirt. HEX triplet: 77, 22 and 4E. RGB value is (119,34,78). Sum of RGB (Red+Green+Blue) = 119+34+78=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77224E is #88DDB1. Grayscale: #404040. Windows color (decimal): -8969650 or 5120631. OLE color: 5120631.

HSL color Cylindrical-coordinate representation of color #77224E: hue angle of 328.94º 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 #77224E is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 34 78 -
CMYK 0 0.71 0.34 0.53
HSL 328.94º 0.56% 0.3% -
HSV(B) 328.94º 0.71% 0.47% -
XYZ 9.55 5.62 7.79 -
YUV 64.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 119 34 78 0 0.71 0.34 0.53 328.94 0.56 0.3
Hex 77 22 4E 0 47 22 35 149 38 1E
Octal 167 42 116 0 107 42 65 511 70 36
Binary 1110111 100010 1001110 0 1000111 100010 110101 101001001 111000 11110

Color Harmonies of #77224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77224E

Black with #77224E

Text Example


Text Example

White with #77224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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