#763743

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

Shades of Merlot #763743

Tints of Merlot #763743

Color information

#763743 (or 0x763743) is unknown color: approx Merlot. HEX triplet: 76, 37 and 43. RGB value is (118,55,67). Sum of RGB (Red+Green+Blue) = 118+55+67=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763743 is #89C8BC. Grayscale: #4B4B4B. Windows color (decimal): -9029821 or 4405110. OLE color: 4405110.

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

Color convert

RGB1185567-
CMYK00.530.430.54
HSL348.57º36.42%33.92%-
HSV(B)348.57º53.39%46.27%-
XYZ9.856.996.14-
YUV75.2123.37158.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.17%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=49.17%
G=22.92%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118556700.530.430.54348.5736.4233.92
Hex7637430352B3615d2422
Octal1666710306553665354442
Binary111011011011110000110110101101011110110101011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763743; }

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

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

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

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

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

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

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

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