Html Css Color HEX #773437 Merlot

📋 copy color: '#773437'

red 119 ◦ green 52 ◦ blue 55

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

Shades of Merlot #773437

Tints of Merlot #773437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 52.65%
G = 23.01%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#773437 (or 0x773437) is known color: Merlot. HEX triplet: 77, 34 and 37. RGB value is (119,52,55). Sum of RGB (Red+Green+Blue) = 119+52+55=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773437 is #88CBC8. Grayscale: #484848. Windows color (decimal): -8965065 or 3617911. OLE color: 3617911.

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

Color convert

RGB 119 52 55 -
CMYK 0 0.56 0.54 0.53
HSL 357.31º 0.39% 0.34% -
HSV(B) 357.31º 0.56% 0.47% -
XYZ 9.53 6.65 4.4 -
YUV 72.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 119 52 55 0 0.56 0.54 0.53 357.31 0.39 0.34
Hex 77 34 37 0 38 36 35 165 27 22
Octal 167 64 67 0 70 66 65 545 47 42
Binary 1110111 110100 110111 0 111000 110110 110101 101100101 100111 100010

Color Harmonies of #773437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773437

Black with #773437

Text Example


Text Example

White with #773437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773437; }

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

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

background-color css

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

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

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

border-color css

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

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

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