#77313C

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

Shades of Merlot #77313C

Tints of Merlot #77313C

Color information

#77313C (or 0x77313C) is unknown color: approx Merlot. HEX triplet: 77, 31 and 3C. RGB value is (119,49,60). Sum of RGB (Red+Green+Blue) = 119+49+60=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #77313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313C is #88CEC3. Grayscale: #474747. Windows color (decimal): -8965828 or 3944823. OLE color: 3944823.

HSL color Cylindrical-coordinate representation of color #77313C: hue angle of 350.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77313C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1194960-
CMYK00.590.500.53
HSL350.57º41.67%32.94%-
HSV(B)350.57º58.82%46.67%-
XYZ9.526.445.02-
YUV71.18121.69162.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=52.19%
G=21.49%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119496000.590.500.53350.5741.6732.94
Hex77313C03B323515f2a21
Octal167617407362655375241
Binary11101111100011111000111011110010110101101011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77313C; }

 p { color: rgb(119,49,60); }

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

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

 a { background-color: rgb(119,49,60); }

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

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

 span { border-color: rgb(119,49,60); }

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