#77353F

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

Shades of Merlot #77353F

Tints of Merlot #77353F

Color information

#77353F (or 0x77353F) is unknown color: approx Merlot. HEX triplet: 77, 35 and 3F. RGB value is (119,53,63). Sum of RGB (Red+Green+Blue) = 119+53+63=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353F is #88CAC0. Grayscale: #494949. Windows color (decimal): -8964801 or 4142455. OLE color: 4142455.

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

Color convert

RGB1195363-
CMYK00.550.470.53
HSL350.91º38.37%33.73%-
HSV(B)350.91º55.46%46.67%-
XYZ9.786.835.51-
YUV73.87121.87160.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 63 (25% from 255) = 26.81%
R=50.64%
G=22.55%
B=26.81%

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
Decimal119536300.550.470.53350.9138.3733.73
Hex77353F0372F3515f2622
Octal167657706757655374642
Binary11101111101011111110110111101111110101101011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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