#7a3739

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

Shades of Merlot #7A3739

Tints of Merlot #7A3739

Color information

#7A3739 (or 0x7A3739) is unknown color: approx Merlot. HEX triplet: 7A, 37 and 39. RGB value is (122,55,57). Sum of RGB (Red+Green+Blue) = 122+55+57=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3739 is #85C8C6. Grayscale: #4B4B4B. Windows color (decimal): -8767687 or 3749754. OLE color: 3749754.

HSL color Cylindrical-coordinate representation of color #7A3739: hue angle of 358.21º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3739 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1225557-
CMYK00.550.530.52
HSL358.21º37.85%34.71%-
HSV(B)358.21º54.92%47.84%-
XYZ10.137.174.72-
YUV75.26117.7161.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.14%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=52.14%
G=23.50%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122555700.550.530.52358.2137.8534.71
Hex7A373903735341662623
Octal172677106765645464643
Binary11110101101111110010110111110101110100101100110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a3739; }

 p { color: rgb(122,55,57); }

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

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

 a { background-color: rgb(122,55,57); }

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

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

 span { border-color: rgb(122,55,57); }

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