#763739

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

Shades of Merlot #763739

Tints of Merlot #763739

Color information

#763739 (or 0x763739) is unknown color: approx Merlot. HEX triplet: 76, 37 and 39. RGB value is (118,55,57). Sum of RGB (Red+Green+Blue) = 118+55+57=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763739 is #89C8C6. Grayscale: #4A4A4A. Windows color (decimal): -9029831 or 3749750. OLE color: 3749750.

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

Color convert

RGB1185557-
CMYK00.530.520.54
HSL358.1º36.42%33.92%-
HSV(B)358.1º53.39%46.27%-
XYZ9.586.884.69-
YUV74.06118.37159.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 57 (22.66% from 255) = 24.78%
R=51.30%
G=23.91%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555700.530.520.54358.136.4233.92
Hex76373903534361662422
Octal166677106564665464442
Binary11101101101111110010110101110100110110101100110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763739; }

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

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

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

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

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

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

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

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