#773642

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

Shades of Merlot #773642

Tints of Merlot #773642

Color information

#773642 (or 0x773642) is unknown color: approx Merlot. HEX triplet: 77, 36 and 42. RGB value is (119,54,66). Sum of RGB (Red+Green+Blue) = 119+54+66=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #773642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773642 is #88C9BD. Grayscale: #4A4A4A. Windows color (decimal): -8964542 or 4339319. OLE color: 4339319.

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

Color convert

RGB1195466-
CMYK00.550.450.53
HSL348.92º37.57%33.92%-
HSV(B)348.92º54.62%46.67%-
XYZ9.916.955.97-
YUV74.8123.03159.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=49.79%
G=22.59%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119546600.550.450.53348.9237.5733.92
Hex7736420372D3515d2622
Octal1676610206755655354642
Binary111011111011010000100110111101101110101101011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773642; }

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

 H1.HeaderClassName
 {
   color: #773642;
 }
 .AnyTagClassName
 {
   color: #773642;
 }
</style>
background-color css

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

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

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

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

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

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