#76373B

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

Shades of Merlot #76373B

Tints of Merlot #76373B

Color information

#76373B (or 0x76373B) is unknown color: approx Merlot. HEX triplet: 76, 37 and 3B. RGB value is (118,55,59). Sum of RGB (Red+Green+Blue) = 118+55+59=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76373B is #89C8C4. Grayscale: #4A4A4A. Windows color (decimal): -9029829 or 3880822. OLE color: 3880822.

HSL color Cylindrical-coordinate representation of color #76373B: hue angle of 356.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76373B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1185559-
CMYK00.530.500.54
HSL356.19º36.42%33.92%-
HSV(B)356.19º53.39%46.27%-
XYZ9.636.94.96-
YUV74.29119.37159.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=50.86%
G=23.71%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555900.530.500.54356.1936.4233.92
Hex76373B03532361642422
Octal166677306562665444442
Binary11101101101111110110110101110010110110101100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,55,59); }

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

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

 a { background-color: rgb(118,55,59); }

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

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

 span { border-color: rgb(118,55,59); }

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