#77393F

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

Shades of Merlot #77393F

Tints of Merlot #77393F

Color information

#77393F (or 0x77393F) is unknown color: approx Merlot. HEX triplet: 77, 39 and 3F. RGB value is (119,57,63). Sum of RGB (Red+Green+Blue) = 119+57+63=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #77393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77393F is #88C6C0. Grayscale: #4C4C4C. Windows color (decimal): -8963777 or 4143479. OLE color: 4143479.

HSL color Cylindrical-coordinate representation of color #77393F: hue angle of 354.19º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77393F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1195763-
CMYK00.520.470.53
HSL354.19º35.23%34.51%-
HSV(B)354.19º52.1%46.67%-
XYZ9.977.215.57-
YUV76.22120.54158.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 63 (25% from 255) = 26.36%
R=49.79%
G=23.85%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119576300.520.470.53354.1935.2334.51
Hex77393F0342F351622323
Octal167717706457655424343
Binary11101111110011111110110100101111110101101100010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77393F; }

 p { color: rgb(119,57,63); }

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

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

 a { background-color: rgb(119,57,63); }

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

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

 span { border-color: rgb(119,57,63); }

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