Html Css Color HEX #77244C Flirt

📋 copy color: '#77244C'

red 119 ◦ green 36 ◦ blue 76

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

Shades of Flirt #77244C

Tints of Flirt #77244C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 51.52%
G = 15.58%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77244C (or 0x77244C) is known color: Flirt. HEX triplet: 77, 24 and 4C. RGB value is (119,36,76). Sum of RGB (Red+Green+Blue) = 119+36+76=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77244C is #88DBB3. Grayscale: #414141. Windows color (decimal): -8969140 or 4990071. OLE color: 4990071.

HSL color Cylindrical-coordinate representation of color #77244C: hue angle of 331.08º 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 #77244C is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 76 -
CMYK 0 0.70 0.36 0.53
HSL 331.08º 0.54% 0.3% -
HSV(B) 331.08º 0.7% 0.47% -
XYZ 9.54 5.71 7.44 -
YUV 65.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 119 36 76 0 0.70 0.36 0.53 331.08 0.54 0.3
Hex 77 24 4C 0 46 24 35 14B 36 1E
Octal 167 44 114 0 106 44 65 513 66 36
Binary 1110111 100100 1001100 0 1000110 100100 110101 101001011 110110 11110

Color Harmonies of #77244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77244C

Black with #77244C

Text Example


Text Example

White with #77244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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