#763642

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

Shades of Merlot #763642

Tints of Merlot #763642

Color information

#763642 (or 0x763642) is unknown color: approx Merlot. HEX triplet: 76, 36 and 42. RGB value is (118,54,66). Sum of RGB (Red+Green+Blue) = 118+54+66=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763642 is #89C9BD. Grayscale: #4A4A4A. Windows color (decimal): -9030078 or 4339318. OLE color: 4339318.

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

Color convert

RGB1185466-
CMYK00.540.440.54
HSL348.75º37.21%33.73%-
HSV(B)348.75º54.24%46.27%-
XYZ9.776.885.97-
YUV74.5123.2159.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=49.58%
G=22.69%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118546600.540.440.54348.7537.2133.73
Hex7636420362C3615d2522
Octal1666610206654665354542
Binary111011011011010000100110110101100110110101011101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763642; }

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

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

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

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

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

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

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

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