#78373E

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

Shades of Merlot #78373E

Tints of Merlot #78373E

Color information

#78373E (or 0x78373E) is unknown color: approx Merlot. HEX triplet: 78, 37 and 3E. RGB value is (120,55,62). Sum of RGB (Red+Green+Blue) = 120+55+62=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373E is #87C8C1. Grayscale: #4B4B4B. Windows color (decimal): -8898754 or 4077432. OLE color: 4077432.

HSL color Cylindrical-coordinate representation of color #78373E: hue angle of 353.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78373E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1205562-
CMYK00.540.480.53
HSL353.54º37.14%34.31%-
HSV(B)353.54º54.17%47.06%-
XYZ9.987.075.4-
YUV75.23120.53159.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=50.63%
G=23.21%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120556200.540.480.53353.5437.1434.31
Hex78373E03630351622522
Octal170677606660655424542
Binary11110001101111111100110110110000110101101100010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78373E; }

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

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

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

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

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

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

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

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