#763542

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

Shades of Merlot #763542

Tints of Merlot #763542

Color information

#763542 (or 0x763542) is unknown color: approx Merlot. HEX triplet: 76, 35 and 42. RGB value is (118,53,66). Sum of RGB (Red+Green+Blue) = 118+53+66=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763542 is #89CABD. Grayscale: #494949. Windows color (decimal): -9030334 or 4339062. OLE color: 4339062.

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

Color convert

RGB1185366-
CMYK00.550.440.54
HSL348º38.01%33.53%-
HSV(B)348º55.08%46.27%-
XYZ9.736.795.95-
YUV73.92123.53159.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=49.79%
G=22.36%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536600.550.440.5434838.0133.53
Hex7635420372C3615c2622
Octal1666510206754665344642
Binary111011011010110000100110111101100110110101011100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763542; }

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

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

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

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

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

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

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

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