Html Css Color HEX #773840 Merlot

📋 copy color: '#773840'

red 119 ◦ green 56 ◦ blue 64

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

Shades of Merlot #773840

Tints of Merlot #773840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 49.79%
G = 23.43%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#773840 (or 0x773840) is known color: Merlot. HEX triplet: 77, 38 and 40. RGB value is (119,56,64). Sum of RGB (Red+Green+Blue) = 119+56+64=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773840 is #88C7BF. Grayscale: #4B4B4B. Windows color (decimal): -8964032 or 4208759. OLE color: 4208759.

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

Color convert

RGB 119 56 64 -
CMYK 0 0.53 0.46 0.53
HSL 352.38º 0.36% 0.34% -
HSV(B) 352.38º 0.53% 0.47% -
XYZ 9.95 7.12 5.7 -
YUV 75.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 119 56 64 0 0.53 0.46 0.53 352.38 0.36 0.34
Hex 77 38 40 0 35 2E 35 160 24 22
Octal 167 70 100 0 65 56 65 540 44 42
Binary 1110111 111000 1000000 0 110101 101110 110101 101100000 100100 100010

Color Harmonies of #773840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773840

Black with #773840

Text Example


Text Example

White with #773840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773840; }

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

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

background-color css

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

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

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

border-color css

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

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

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