Html Css Color HEX #77344C Flirt

📋 copy color: '#77344C'

red 119 ◦ green 52 ◦ blue 76

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

Shades of Flirt #77344C

Tints of Flirt #77344C

RGB

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

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

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

R = 48.18%
G = 21.05%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77344C (or 0x77344C) is known color: Flirt. HEX triplet: 77, 34 and 4C. RGB value is (119,52,76). Sum of RGB (Red+Green+Blue) = 119+52+76=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77344C is #88CBB3. Grayscale: #4A4A4A. Windows color (decimal): -8965044 or 4994167. OLE color: 4994167.

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

Color convert

RGB 119 52 76 -
CMYK 0 0.56 0.36 0.53
HSL 338.51º 0.39% 0.34% -
HSV(B) 338.51º 0.56% 0.47% -
XYZ 10.14 6.9 7.63 -
YUV 74.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 119 52 76 0 0.56 0.36 0.53 338.51 0.39 0.34
Hex 77 34 4C 0 38 24 35 153 27 22
Octal 167 64 114 0 70 44 65 523 47 42
Binary 1110111 110100 1001100 0 111000 100100 110101 101010011 100111 100010

Color Harmonies of #77344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77344C

Black with #77344C

Text Example


Text Example

White with #77344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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