Html Css Color HEX #773956 Flirt

📋 copy color: '#773956'

red 119 ◦ green 57 ◦ blue 86

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

Shades of Flirt #773956

Tints of Flirt #773956

RGB

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

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

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

R = 45.42%
G = 21.76%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#773956 (or 0x773956) is known color: Flirt. HEX triplet: 77, 39 and 56. RGB value is (119,57,86). Sum of RGB (Red+Green+Blue) = 119+57+86=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #773956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773956 is #88C6A9. Grayscale: #4E4E4E. Windows color (decimal): -8963754 or 5650807. OLE color: 5650807.

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

Color convert

RGB 119 57 86 -
CMYK 0 0.52 0.28 0.53
HSL 331.94º 0.35% 0.35% -
HSV(B) 331.94º 0.52% 0.47% -
XYZ 10.75 7.52 9.69 -
YUV 78.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 119 57 86 0 0.52 0.28 0.53 331.94 0.35 0.35
Hex 77 39 56 0 34 1C 35 14C 23 23
Octal 167 71 126 0 64 34 65 514 43 43
Binary 1110111 111001 1010110 0 110100 11100 110101 101001100 100011 100011

Color Harmonies of #773956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773956

Black with #773956

Text Example


Text Example

White with #773956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773956; }

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

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

background-color css

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

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

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

border-color css

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

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

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