Html Css Color HEX #77284E Flirt

📋 copy color: '#77284E'

red 119 ◦ green 40 ◦ blue 78

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

Shades of Flirt #77284E

Tints of Flirt #77284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

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

R = 50.21%
G = 16.88%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77284E (or 0x77284E) is known color: Flirt. HEX triplet: 77, 28 and 4E. RGB value is (119,40,78). Sum of RGB (Red+Green+Blue) = 119+40+78=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77284E is #88D7B1. Grayscale: #434343. Windows color (decimal): -8968114 or 5122167. OLE color: 5122167.

HSL color Cylindrical-coordinate representation of color #77284E: hue angle of 331.14º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77284E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 78 -
CMYK 0 0.66 0.34 0.53
HSL 331.14º 0.5% 0.31% -
HSV(B) 331.14º 0.66% 0.47% -
XYZ 9.74 5.99 7.85 -
YUV 67.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 119 40 78 0 0.66 0.34 0.53 331.14 0.5 0.31
Hex 77 28 4E 0 42 22 35 14B 32 1F
Octal 167 50 116 0 102 42 65 513 62 37
Binary 1110111 101000 1001110 0 1000010 100010 110101 101001011 110010 11111

Color Harmonies of #77284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77284E

Black with #77284E

Text Example


Text Example

White with #77284E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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