Html Css Color HEX #773851 Flirt

📋 copy color: '#773851'

red 119 ◦ green 56 ◦ blue 81

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

Shades of Flirt #773851

Tints of Flirt #773851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 81 (32.03% from 255) = 31.64%

R = 46.48%
G = 21.88%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#773851 (or 0x773851) is known color: Flirt. HEX triplet: 77, 38 and 51. RGB value is (119,56,81). Sum of RGB (Red+Green+Blue) = 119+56+81=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #773851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773851 is #88C7AE. Grayscale: #4D4D4D. Windows color (decimal): -8964015 or 5322871. OLE color: 5322871.

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

Color convert

RGB 119 56 81 -
CMYK 0 0.53 0.32 0.53
HSL 336.19º 0.36% 0.34% -
HSV(B) 336.19º 0.53% 0.47% -
XYZ 10.51 7.34 8.65 -
YUV 77.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 119 56 81 0 0.53 0.32 0.53 336.19 0.36 0.34
Hex 77 38 51 0 35 20 35 150 24 22
Octal 167 70 121 0 65 40 65 520 44 42
Binary 1110111 111000 1010001 0 110101 100000 110101 101010000 100100 100010

Color Harmonies of #773851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773851

Black with #773851

Text Example


Text Example

White with #773851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773851; }

 p { color: rgb(119,56,81); }

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

background-color css

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

 a { background-color: rgb(119,56,81); }

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

border-color css

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

 span { border-color: rgb(119,56,81); }

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