#78393B

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

Shades of Merlot #78393B

Tints of Merlot #78393B

Color information

#78393B (or 0x78393B) is unknown color: approx Merlot. HEX triplet: 78, 39 and 3B. RGB value is (120,57,59). Sum of RGB (Red+Green+Blue) = 120+57+59=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78393B is #87C6C4. Grayscale: #4C4C4C. Windows color (decimal): -8898245 or 3881336. OLE color: 3881336.

HSL color Cylindrical-coordinate representation of color #78393B: hue angle of 358.1º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78393B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1205759-
CMYK00.520.510.53
HSL358.1º35.59%34.71%-
HSV(B)358.1º52.5%47.06%-
XYZ107.245.01-
YUV76.06118.37159.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 59 (23.44% from 255) = 25%
R=50.85%
G=24.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120575900.520.510.53358.135.5934.71
Hex78393B03433351662423
Octal170717306463655464443
Binary11110001110011110110110100110011110101101100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78393B; }

 p { color: rgb(120,57,59); }

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

<style>
 a { background-color: #78393B; }

 a { background-color: rgb(120,57,59); }

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

<style>
 span { border-color: #78393B; }

 span { border-color: rgb(120,57,59); }

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