Html Css Color HEX #773354 Flirt

📋 copy color: '#773354'

red 119 ◦ green 51 ◦ blue 84

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

Shades of Flirt #773354

Tints of Flirt #773354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 46.85%
G = 20.08%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773354 (or 0x773354) is known color: Flirt. HEX triplet: 77, 33 and 54. RGB value is (119,51,84). Sum of RGB (Red+Green+Blue) = 119+51+84=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773354 is #88CCAB. Grayscale: #4B4B4B. Windows color (decimal): -8965292 or 5518199. OLE color: 5518199.

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

Color convert

RGB 119 51 84 -
CMYK 0 0.57 0.29 0.53
HSL 330.88º 0.4% 0.33% -
HSV(B) 330.88º 0.57% 0.47% -
XYZ 10.39 6.93 9.18 -
YUV 75.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 119 51 84 0 0.57 0.29 0.53 330.88 0.4 0.33
Hex 77 33 54 0 39 1D 35 14B 28 21
Octal 167 63 124 0 71 35 65 513 50 41
Binary 1110111 110011 1010100 0 111001 11101 110101 101001011 101000 100001

Color Harmonies of #773354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773354

Black with #773354

Text Example


Text Example

White with #773354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773354; }

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

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

background-color css

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

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

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

border-color css

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

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

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