Html Css Color HEX #77344F Flirt

📋 copy color: '#77344F'

red 119 ◦ green 52 ◦ blue 79

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

Shades of Flirt #77344F

Tints of Flirt #77344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.6%

R = 47.6%
G = 20.8%
B = 31.6%

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

#77344F (or 0x77344F) is known color: Flirt. HEX triplet: 77, 34 and 4F. RGB value is (119,52,79). Sum of RGB (Red+Green+Blue) = 119+52+79=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77344F is #88CBB0. Grayscale: #4B4B4B. Windows color (decimal): -8965041 or 5190775. OLE color: 5190775.

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

Color convert

RGB 119 52 79 -
CMYK 0 0.56 0.34 0.53
HSL 335.82º 0.39% 0.34% -
HSV(B) 335.82º 0.56% 0.47% -
XYZ 10.25 6.94 8.2 -
YUV 75.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 119 52 79 0 0.56 0.34 0.53 335.82 0.39 0.34
Hex 77 34 4F 0 38 22 35 150 27 22
Octal 167 64 117 0 70 42 65 520 47 42
Binary 1110111 110100 1001111 0 111000 100010 110101 101010000 100111 100010

Color Harmonies of #77344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77344F

Black with #77344F

Text Example


Text Example

White with #77344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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