#78373F

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

Shades of Merlot #78373F

Tints of Merlot #78373F

Color information

#78373F (or 0x78373F) is unknown color: approx Merlot. HEX triplet: 78, 37 and 3F. RGB value is (120,55,63). Sum of RGB (Red+Green+Blue) = 120+55+63=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #78373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373F is #87C8C0. Grayscale: #4B4B4B. Windows color (decimal): -8898753 or 4142968. OLE color: 4142968.

HSL color Cylindrical-coordinate representation of color #78373F: hue angle of 352.62º 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 #78373F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1205563-
CMYK00.540.480.53
HSL352.62º37.14%34.31%-
HSV(B)352.62º54.17%47.06%-
XYZ10.017.085.54-
YUV75.35121.03159.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 63 (25% from 255) = 26.47%
R=50.42%
G=23.11%
B=26.47%

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
Decimal120556300.540.480.53352.6237.1434.31
Hex78373F03630351612522
Octal170677706660655414542
Binary11110001101111111110110110110000110101101100001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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