#763942

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

Shades of Merlot #763942

Tints of Merlot #763942

Color information

#763942 (or 0x763942) is unknown color: approx Merlot. HEX triplet: 76, 39 and 42. RGB value is (118,57,66). Sum of RGB (Red+Green+Blue) = 118+57+66=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763942 is #89C6BD. Grayscale: #4C4C4C. Windows color (decimal): -9029310 or 4340086. OLE color: 4340086.

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

Color convert

RGB1185766-
CMYK00.520.440.54
HSL351.15º34.86%34.31%-
HSV(B)351.15º51.69%46.27%-
XYZ9.927.176.02-
YUV76.26122.21157.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=48.96%
G=23.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118576600.520.440.54351.1534.8634.31
Hex7639420342C3615f2322
Octal1667110206454665374342
Binary111011011100110000100110100101100110110101011111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763942; }

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

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

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

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

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

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

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

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