Html Css Color HEX #773955 Flirt

📋 copy color: '#773955'

red 119 ◦ green 57 ◦ blue 85

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

Shades of Flirt #773955

Tints of Flirt #773955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 45.59%
G = 21.84%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#773955 (or 0x773955) is known color: Flirt. HEX triplet: 77, 39 and 55. RGB value is (119,57,85). Sum of RGB (Red+Green+Blue) = 119+57+85=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #773955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773955 is #88C6AA. Grayscale: #4E4E4E. Windows color (decimal): -8963755 or 5585271. OLE color: 5585271.

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

Color convert

RGB 119 57 85 -
CMYK 0 0.52 0.29 0.53
HSL 332.9º 0.35% 0.35% -
HSV(B) 332.9º 0.52% 0.47% -
XYZ 10.71 7.5 9.48 -
YUV 78.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 119 57 85 0 0.52 0.29 0.53 332.9 0.35 0.35
Hex 77 39 55 0 34 1D 35 14D 23 23
Octal 167 71 125 0 64 35 65 515 43 43
Binary 1110111 111001 1010101 0 110100 11101 110101 101001101 100011 100011

Color Harmonies of #773955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773955

Black with #773955

Text Example


Text Example

White with #773955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773955; }

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

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

background-color css

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

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

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

border-color css

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

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

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