#77363F

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

Shades of Merlot #77363F

Tints of Merlot #77363F

Color information

#77363F (or 0x77363F) is unknown color: approx Merlot. HEX triplet: 77, 36 and 3F. RGB value is (119,54,63). Sum of RGB (Red+Green+Blue) = 119+54+63=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363F is #88C9C0. Grayscale: #4A4A4A. Windows color (decimal): -8964545 or 4142711. OLE color: 4142711.

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

Color convert

RGB1195463-
CMYK00.550.470.53
HSL351.69º37.57%33.92%-
HSV(B)351.69º54.62%46.67%-
XYZ9.826.925.52-
YUV74.46121.53159.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 63 (25% from 255) = 26.69%
R=50.42%
G=22.88%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119546300.550.470.53351.6937.5733.92
Hex77363F0372F351602622
Octal167667706757655404642
Binary11101111101101111110110111101111110101101100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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