#763640

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

Shades of Merlot #763640

Tints of Merlot #763640

Color information

#763640 (or 0x763640) is unknown color: approx Merlot. HEX triplet: 76, 36 and 40. RGB value is (118,54,64). Sum of RGB (Red+Green+Blue) = 118+54+64=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763640 is #89C9BF. Grayscale: #4A4A4A. Windows color (decimal): -9030080 or 4208246. OLE color: 4208246.

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

Color convert

RGB1185464-
CMYK00.540.460.54
HSL350.62º37.21%33.73%-
HSV(B)350.62º54.24%46.27%-
XYZ9.726.865.66-
YUV74.28122.2159.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=50%
G=22.88%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118546400.540.460.54350.6237.2133.73
Hex7636400362E3615f2522
Octal1666610006656665374542
Binary111011011011010000000110110101110110110101011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763640; }

 p { color: rgb(118,54,64); }

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

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

 a { background-color: rgb(118,54,64); }

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

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

 span { border-color: rgb(118,54,64); }

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