Html Css Color HEX #773841 Merlot

📋 copy color: '#773841'

red 119 ◦ green 56 ◦ blue 65

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

Shades of Merlot #773841

Tints of Merlot #773841

RGB

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

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

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

R = 49.58%
G = 23.33%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773841 (or 0x773841) is known color: Merlot. HEX triplet: 77, 38 and 41. RGB value is (119,56,65). Sum of RGB (Red+Green+Blue) = 119+56+65=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773841 is #88C7BE. Grayscale: #4B4B4B. Windows color (decimal): -8964031 or 4274295. OLE color: 4274295.

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

Color convert

RGB 119 56 65 -
CMYK 0 0.53 0.45 0.53
HSL 351.43º 0.36% 0.34% -
HSV(B) 351.43º 0.53% 0.47% -
XYZ 9.98 7.13 5.85 -
YUV 75.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 119 56 65 0 0.53 0.45 0.53 351.43 0.36 0.34
Hex 77 38 41 0 35 2D 35 15F 24 22
Octal 167 70 101 0 65 55 65 537 44 42
Binary 1110111 111000 1000001 0 110101 101101 110101 101011111 100100 100010

Color Harmonies of #773841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773841

Black with #773841

Text Example


Text Example

White with #773841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773841; }

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

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

background-color css

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

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

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

border-color css

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

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

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