#763643

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

Shades of Merlot #763643

Tints of Merlot #763643

Color information

#763643 (or 0x763643) is unknown color: approx Merlot. HEX triplet: 76, 36 and 43. RGB value is (118,54,67). Sum of RGB (Red+Green+Blue) = 118+54+67=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763643 is #89C9BC. Grayscale: #4A4A4A. Windows color (decimal): -9030077 or 4404854. OLE color: 4404854.

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

Color convert

RGB1185467-
CMYK00.540.430.54
HSL347.81º37.21%33.73%-
HSV(B)347.81º54.24%46.27%-
XYZ9.86.96.12-
YUV74.62123.7158.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=49.37%
G=22.59%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118546700.540.430.54347.8137.2133.73
Hex7636430362B3615c2522
Octal1666610306653665344542
Binary111011011011010000110110110101011110110101011100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763643; }

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

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

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

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

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

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

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

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