Html Css Color HEX #773356 Flirt

📋 copy color: '#773356'

red 119 ◦ green 51 ◦ blue 86

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

Shades of Flirt #773356

Tints of Flirt #773356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 46.48%
G = 19.92%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773356 (or 0x773356) is known color: Flirt. HEX triplet: 77, 33 and 56. RGB value is (119,51,86). Sum of RGB (Red+Green+Blue) = 119+51+86=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773356 is #88CCA9. Grayscale: #4B4B4B. Windows color (decimal): -8965290 or 5649271. OLE color: 5649271.

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

Color convert

RGB 119 51 86 -
CMYK 0 0.57 0.28 0.53
HSL 329.12º 0.4% 0.33% -
HSV(B) 329.12º 0.57% 0.47% -
XYZ 10.47 6.96 9.6 -
YUV 75.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 119 51 86 0 0.57 0.28 0.53 329.12 0.4 0.33
Hex 77 33 56 0 39 1C 35 149 28 21
Octal 167 63 126 0 71 34 65 511 50 41
Binary 1110111 110011 1010110 0 111001 11100 110101 101001001 101000 100001

Color Harmonies of #773356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773356

Black with #773356

Text Example


Text Example

White with #773356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773356; }

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

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

background-color css

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

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

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

border-color css

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

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

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