#7C373E

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

Shades of Merlot #7C373E

Tints of Merlot #7C373E

Color information

#7C373E (or 0x7C373E) is unknown color: approx Merlot. HEX triplet: 7C, 37 and 3E. RGB value is (124,55,62). Sum of RGB (Red+Green+Blue) = 124+55+62=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373E is #83C8C1. Grayscale: #4C4C4C. Windows color (decimal): -8636610 or 4077436. OLE color: 4077436.

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

Color convert

RGB1245562-
CMYK00.560.50.51
HSL353.91º38.55%35.1%-
HSV(B)353.91º55.65%48.63%-
XYZ10.557.375.42-
YUV76.43119.86161.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.45%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=51.45%
G=22.82%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124556200.560.50.51353.9138.5535.1
Hex7C373E03832331622723
Octal174677607062635424743
Binary11111001101111111100111000110010110011101100010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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