Html Css Color HEX #77314F Flirt

📋 copy color: '#77314F'

red 119 ◦ green 49 ◦ blue 79

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

Shades of Flirt #77314F

Tints of Flirt #77314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 48.18%
G = 19.84%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77314F (or 0x77314F) is known color: Flirt. HEX triplet: 77, 31 and 4F. RGB value is (119,49,79). Sum of RGB (Red+Green+Blue) = 119+49+79=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77314F is #88CEB0. Grayscale: #494949. Windows color (decimal): -8965809 or 5190007. OLE color: 5190007.

HSL color Cylindrical-coordinate representation of color #77314F: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77314F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 79 -
CMYK 0 0.59 0.34 0.53
HSL 334.29º 0.42% 0.33% -
HSV(B) 334.29º 0.59% 0.47% -
XYZ 10.12 6.68 8.15 -
YUV 73.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 119 49 79 0 0.59 0.34 0.53 334.29 0.42 0.33
Hex 77 31 4F 0 3B 22 35 14E 2A 21
Octal 167 61 117 0 73 42 65 516 52 41
Binary 1110111 110001 1001111 0 111011 100010 110101 101001110 101010 100001

Color Harmonies of #77314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77314F

Black with #77314F

Text Example


Text Example

White with #77314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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