Html Css Color HEX #773655 Flirt

📋 copy color: '#773655'

red 119 ◦ green 54 ◦ blue 85

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

Shades of Flirt #773655

Tints of Flirt #773655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 46.12%
G = 20.93%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773655 (or 0x773655) is known color: Flirt. HEX triplet: 77, 36 and 55. RGB value is (119,54,85). Sum of RGB (Red+Green+Blue) = 119+54+85=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #773655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773655 is #88C9AA. Grayscale: #4C4C4C. Windows color (decimal): -8964523 or 5584503. OLE color: 5584503.

HSL color Cylindrical-coordinate representation of color #773655: hue angle of 331.38º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773655 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 54 85 -
CMYK 0 0.55 0.29 0.53
HSL 331.38º 0.38% 0.34% -
HSV(B) 331.38º 0.55% 0.47% -
XYZ 10.57 7.22 9.43 -
YUV 76.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 119 54 85 0 0.55 0.29 0.53 331.38 0.38 0.34
Hex 77 36 55 0 37 1D 35 14B 26 22
Octal 167 66 125 0 67 35 65 513 46 42
Binary 1110111 110110 1010101 0 110111 11101 110101 101001011 100110 100010

Color Harmonies of #773655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773655

Black with #773655

Text Example


Text Example

White with #773655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773655; }

 p { color: rgb(119,54,85); }

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

background-color css

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

 a { background-color: rgb(119,54,85); }

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

border-color css

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

 span { border-color: rgb(119,54,85); }

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