#78343E

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

Shades of Merlot #78343E

Tints of Merlot #78343E

Color information

#78343E (or 0x78343E) is unknown color: approx Merlot. HEX triplet: 78, 34 and 3E. RGB value is (120,52,62). Sum of RGB (Red+Green+Blue) = 120+52+62=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78343E is #87CBC1. Grayscale: #494949. Windows color (decimal): -8899522 or 4076664. OLE color: 4076664.

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

Color convert

RGB1205262-
CMYK00.570.480.53
HSL351.18º39.53%33.73%-
HSV(B)351.18º56.67%47.06%-
XYZ9.846.85.35-
YUV73.47121.53161.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=51.28%
G=22.22%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120526200.570.480.53351.1839.5333.73
Hex78343E039303515f2822
Octal170647607160655375042
Binary11110001101001111100111001110000110101101011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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