#78343A

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

Shades of Merlot #78343A

Tints of Merlot #78343A

Color information

#78343A (or 0x78343A) is unknown color: approx Merlot. HEX triplet: 78, 34 and 3A. RGB value is (120,52,58). Sum of RGB (Red+Green+Blue) = 120+52+58=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78343A is #87CBC5. Grayscale: #494949. Windows color (decimal): -8899526 or 3814520. OLE color: 3814520.

HSL color Cylindrical-coordinate representation of color #78343A: hue angle of 354.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78343A is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB1205258-
CMYK00.570.520.53
HSL354.71º39.53%33.73%-
HSV(B)354.71º56.67%47.06%-
XYZ9.746.754.79-
YUV73.02119.53161.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=52.17%
G=22.61%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120525800.570.520.53354.7139.5333.73
Hex78343A03934351632822
Octal170647207164655435042
Binary11110001101001110100111001110100110101101100011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78343A; }

 p { color: rgb(120,52,58); }

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

<style>
 a { background-color: #78343A; }

 a { background-color: rgb(120,52,58); }

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

<style>
 span { border-color: #78343A; }

 span { border-color: rgb(120,52,58); }

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