Html Css Color HEX #77344E Flirt

📋 copy color: '#77344E'

red 119 ◦ green 52 ◦ blue 78

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

Shades of Flirt #77344E

Tints of Flirt #77344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

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

R = 47.79%
G = 20.88%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77344E (or 0x77344E) is known color: Flirt. HEX triplet: 77, 34 and 4E. RGB value is (119,52,78). Sum of RGB (Red+Green+Blue) = 119+52+78=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77344E is #88CBB1. Grayscale: #4A4A4A. Windows color (decimal): -8965042 or 5125239. OLE color: 5125239.

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

Color convert

RGB 119 52 78 -
CMYK 0 0.56 0.34 0.53
HSL 336.72º 0.39% 0.34% -
HSV(B) 336.72º 0.56% 0.47% -
XYZ 10.21 6.93 8.01 -
YUV 75 129.7 159.39 -
System Red Green Blue C M Y K H S L
Decimal 119 52 78 0 0.56 0.34 0.53 336.72 0.39 0.34
Hex 77 34 4E 0 38 22 35 151 27 22
Octal 167 64 116 0 70 42 65 521 47 42
Binary 1110111 110100 1001110 0 111000 100010 110101 101010001 100111 100010

Color Harmonies of #77344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77344E

Black with #77344E

Text Example


Text Example

White with #77344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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