#783740

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

Shades of Merlot #783740

Tints of Merlot #783740

Color information

#783740 (or 0x783740) is unknown color: approx Merlot. HEX triplet: 78, 37 and 40. RGB value is (120,55,64). Sum of RGB (Red+Green+Blue) = 120+55+64=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #783740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783740 is #87C8BF. Grayscale: #4B4B4B. Windows color (decimal): -8898752 or 4208504. OLE color: 4208504.

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

Color convert

RGB1205564-
CMYK00.540.470.53
HSL351.69º37.14%34.31%-
HSV(B)351.69º54.17%47.06%-
XYZ10.047.15.69-
YUV75.46121.53159.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=50.21%
G=23.01%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120556400.540.470.53351.6937.1434.31
Hex7837400362F351602522
Octal1706710006657655404542
Binary111100011011110000000110110101111110101101100000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783740; }

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

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

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

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

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

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

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

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