Html Css Color HEX #77334F Flirt

📋 copy color: '#77334F'

red 119 ◦ green 51 ◦ blue 79

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

Shades of Flirt #77334F

Tints of Flirt #77334F

RGB

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

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

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

R = 47.79%
G = 20.48%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#77334F (or 0x77334F) is known color: Flirt. HEX triplet: 77, 33 and 4F. RGB value is (119,51,79). Sum of RGB (Red+Green+Blue) = 119+51+79=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77334F is #88CCB0. Grayscale: #4A4A4A. Windows color (decimal): -8965297 or 5190519. OLE color: 5190519.

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

Color convert

RGB 119 51 79 -
CMYK 0 0.57 0.34 0.53
HSL 335.29º 0.4% 0.33% -
HSV(B) 335.29º 0.57% 0.47% -
XYZ 10.2 6.85 8.18 -
YUV 74.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 119 51 79 0 0.57 0.34 0.53 335.29 0.4 0.33
Hex 77 33 4F 0 39 22 35 14F 28 21
Octal 167 63 117 0 71 42 65 517 50 41
Binary 1110111 110011 1001111 0 111001 100010 110101 101001111 101000 100001

Color Harmonies of #77334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77334F

Black with #77334F

Text Example


Text Example

White with #77334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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