#77363A

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

Shades of Merlot #77363A

Tints of Merlot #77363A

Color information

#77363A (or 0x77363A) is unknown color: approx Merlot. HEX triplet: 77, 36 and 3A. RGB value is (119,54,58). Sum of RGB (Red+Green+Blue) = 119+54+58=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363A is #88C9C5. Grayscale: #494949. Windows color (decimal): -8964550 or 3815031. OLE color: 3815031.

HSL color Cylindrical-coordinate representation of color #77363A: hue angle of 356.31º 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 #77363A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1195458-
CMYK00.550.510.53
HSL356.31º37.57%33.92%-
HSV(B)356.31º54.62%46.67%-
XYZ9.696.874.82-
YUV73.89119.03160.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=51.52%
G=23.38%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119545800.550.510.53356.3137.5733.92
Hex77363A03733351642622
Octal167667206763655444642
Binary11101111101101110100110111110011110101101100100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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