Html Css Color HEX #773442 Merlot

📋 copy color: '#773442'

red 119 ◦ green 52 ◦ blue 66

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

Shades of Merlot #773442

Tints of Merlot #773442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 50.21%
G = 21.94%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773442 (or 0x773442) is known color: Merlot. HEX triplet: 77, 34 and 42. RGB value is (119,52,66). Sum of RGB (Red+Green+Blue) = 119+52+66=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773442 is #88CBBD. Grayscale: #494949. Windows color (decimal): -8965054 or 4338807. OLE color: 4338807.

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

Color convert

RGB 119 52 66 -
CMYK 0 0.56 0.45 0.53
HSL 347.46º 0.39% 0.34% -
HSV(B) 347.46º 0.56% 0.47% -
XYZ 9.82 6.77 5.94 -
YUV 73.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 119 52 66 0 0.56 0.45 0.53 347.46 0.39 0.34
Hex 77 34 42 0 38 2D 35 15B 27 22
Octal 167 64 102 0 70 55 65 533 47 42
Binary 1110111 110100 1000010 0 111000 101101 110101 101011011 100111 100010

Color Harmonies of #773442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773442

Black with #773442

Text Example


Text Example

White with #773442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773442; }

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

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

background-color css

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

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

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

border-color css

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

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

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