#7C3741

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

Shades of Merlot #7C3741

Tints of Merlot #7C3741

Color information

#7C3741 (or 0x7C3741) is unknown color: approx Merlot. HEX triplet: 7C, 37 and 41. RGB value is (124,55,65). Sum of RGB (Red+Green+Blue) = 124+55+65=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3741 is #83C8BE. Grayscale: #4C4C4C. Windows color (decimal): -8636607 or 4274044. OLE color: 4274044.

HSL color Cylindrical-coordinate representation of color #7C3741: hue angle of 351.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3741 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB1245565-
CMYK00.560.480.51
HSL351.3º38.55%35.1%-
HSV(B)351.3º55.65%48.63%-
XYZ10.637.45.87-
YUV76.77121.36161.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.82%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=50.82%
G=22.54%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124556500.560.480.51351.338.5535.1
Hex7C3741038303315f2723
Octal1746710107060635374743
Binary111110011011110000010111000110000110011101011111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,55,65); }

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

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

 a { background-color: rgb(124,55,65); }

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

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

 span { border-color: rgb(124,55,65); }

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