#78363E

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

Shades of Merlot #78363E

Tints of Merlot #78363E

Color information

#78363E (or 0x78363E) is unknown color: approx Merlot. HEX triplet: 78, 36 and 3E. RGB value is (120,54,62). Sum of RGB (Red+Green+Blue) = 120+54+62=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78363E is #87C9C1. Grayscale: #4A4A4A. Windows color (decimal): -8899010 or 4077176. OLE color: 4077176.

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

Color convert

RGB1205462-
CMYK00.550.480.53
HSL352.73º37.93%34.12%-
HSV(B)352.73º55%47.06%-
XYZ9.936.985.38-
YUV74.65120.87160.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=50.85%
G=22.88%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120546200.550.480.53352.7337.9334.12
Hex78363E03730351612622
Octal170667606760655414642
Binary11110001101101111100110111110000110101101100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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