#773442

Color #773442 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #773442

Tints of Merlot #773442

Color information

#773442 (or 0x773442) is unknown color: approx 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

RGB1195266-
CMYK00.560.450.53
HSL347.46º39.18%33.53%-
HSV(B)347.46º56.3%46.67%-
XYZ9.826.775.94-
YUV73.63123.7160.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119526600.560.450.53347.4639.1833.53
Hex7734420382D3515b2722
Octal1676410207055655334742
Binary111011111010010000100111000101101110101101011011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>