Html Css Color HEX #773750 Flirt

📋 copy color: '#773750'

red 119 ◦ green 55 ◦ blue 80

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

Shades of Flirt #773750

Tints of Flirt #773750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 46.85%
G = 21.65%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#773750 (or 0x773750) is known color: Flirt. HEX triplet: 77, 37 and 50. RGB value is (119,55,80). Sum of RGB (Red+Green+Blue) = 119+55+80=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773750 is #88C8AF. Grayscale: #4C4C4C. Windows color (decimal): -8964272 or 5257079. OLE color: 5257079.

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

Color convert

RGB 119 55 80 -
CMYK 0 0.54 0.33 0.53
HSL 336.56º 0.37% 0.34% -
HSV(B) 336.56º 0.54% 0.47% -
XYZ 10.42 7.23 8.44 -
YUV 76.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 119 55 80 0 0.54 0.33 0.53 336.56 0.37 0.34
Hex 77 37 50 0 36 21 35 151 25 22
Octal 167 67 120 0 66 41 65 521 45 42
Binary 1110111 110111 1010000 0 110110 100001 110101 101010001 100101 100010

Color Harmonies of #773750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773750

Black with #773750

Text Example


Text Example

White with #773750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773750; }

 p { color: rgb(119,55,80); }

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

background-color css

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

 a { background-color: rgb(119,55,80); }

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

border-color css

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

 span { border-color: rgb(119,55,80); }

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