Html Css Color HEX #77334D Flirt

📋 copy color: '#77334D'

red 119 ◦ green 51 ◦ blue 77

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

Shades of Flirt #77334D

Tints of Flirt #77334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 48.18%
G = 20.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#77334D (or 0x77334D) is known color: Flirt. HEX triplet: 77, 33 and 4D. RGB value is (119,51,77). Sum of RGB (Red+Green+Blue) = 119+51+77=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77334D is #88CCB2. Grayscale: #4A4A4A. Windows color (decimal): -8965299 or 5059447. OLE color: 5059447.

HSL color Cylindrical-coordinate representation of color #77334D: hue angle of 337.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77334D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 51 77 -
CMYK 0 0.57 0.35 0.53
HSL 337.06º 0.4% 0.33% -
HSV(B) 337.06º 0.57% 0.47% -
XYZ 10.13 6.83 7.8 -
YUV 74.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 119 51 77 0 0.57 0.35 0.53 337.06 0.4 0.33
Hex 77 33 4D 0 39 23 35 151 28 21
Octal 167 63 115 0 71 43 65 521 50 41
Binary 1110111 110011 1001101 0 111001 100011 110101 101010001 101000 100001

Color Harmonies of #77334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77334D

Black with #77334D

Text Example


Text Example

White with #77334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77334D; }

 p { color: rgb(119,51,77); }

 H1.HeaderClassName
 {
   color: #77334D;
 }
 .AnyTagClassName
 {
   color: #77334D;
 }
</style>

background-color css

<style>
 a { background-color: #77334D; }

 a { background-color: rgb(119,51,77); }

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

border-color css

<style>
 span { border-color: #77334D; }

 span { border-color: rgb(119,51,77); }

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