Html Css Color HEX #77334E Flirt

📋 copy color: '#77334E'

red 119 ◦ green 51 ◦ blue 78

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

Shades of Flirt #77334E

Tints of Flirt #77334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 47.98%
G = 20.56%
B = 31.45%

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

#77334E (or 0x77334E) is known color: Flirt. HEX triplet: 77, 33 and 4E. RGB value is (119,51,78). Sum of RGB (Red+Green+Blue) = 119+51+78=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77334E is #88CCB1. Grayscale: #4A4A4A. Windows color (decimal): -8965298 or 5124983. OLE color: 5124983.

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

Color convert

RGB 119 51 78 -
CMYK 0 0.57 0.34 0.53
HSL 336.18º 0.4% 0.33% -
HSV(B) 336.18º 0.57% 0.47% -
XYZ 10.17 6.84 7.99 -
YUV 74.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 119 51 78 0 0.57 0.34 0.53 336.18 0.4 0.33
Hex 77 33 4E 0 39 22 35 150 28 21
Octal 167 63 116 0 71 42 65 520 50 41
Binary 1110111 110011 1001110 0 111001 100010 110101 101010000 101000 100001

Color Harmonies of #77334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77334E

Black with #77334E

Text Example


Text Example

White with #77334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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