Html Css Color HEX #773741 Merlot

📋 copy color: '#773741'

red 119 ◦ green 55 ◦ blue 65

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

Shades of Merlot #773741

Tints of Merlot #773741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.2%

R = 49.79%
G = 23.01%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773741 (or 0x773741) is known color: Merlot. HEX triplet: 77, 37 and 41. RGB value is (119,55,65). Sum of RGB (Red+Green+Blue) = 119+55+65=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773741 is #88C8BE. Grayscale: #4B4B4B. Windows color (decimal): -8964287 or 4274039. OLE color: 4274039.

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

Color convert

RGB 119 55 65 -
CMYK 0 0.54 0.45 0.53
HSL 350.63º 0.37% 0.34% -
HSV(B) 350.63º 0.54% 0.47% -
XYZ 9.93 7.04 5.84 -
YUV 75.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 119 55 65 0 0.54 0.45 0.53 350.63 0.37 0.34
Hex 77 37 41 0 36 2D 35 15F 25 22
Octal 167 67 101 0 66 55 65 537 45 42
Binary 1110111 110111 1000001 0 110110 101101 110101 101011111 100101 100010

Color Harmonies of #773741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773741

Black with #773741

Text Example


Text Example

White with #773741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773741; }

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

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

background-color css

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

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

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

border-color css

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

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

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