#77343E

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

Shades of Merlot #77343E

Tints of Merlot #77343E

Color information

#77343E (or 0x77343E) is unknown color: approx Merlot. HEX triplet: 77, 34 and 3E. RGB value is (119,52,62). Sum of RGB (Red+Green+Blue) = 119+52+62=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343E is #88CBC1. Grayscale: #494949. Windows color (decimal): -8965058 or 4076663. OLE color: 4076663.

HSL color Cylindrical-coordinate representation of color #77343E: hue angle of 351.04º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77343E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1195262-
CMYK00.560.480.53
HSL351.04º39.18%33.53%-
HSV(B)351.04º56.3%46.67%-
XYZ9.716.735.34-
YUV73.17121.7160.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=51.07%
G=22.32%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119526200.560.480.53351.0439.1833.53
Hex77343E038303515f2722
Octal167647607060655374742
Binary11101111101001111100111000110000110101101011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77343E; }

 p { color: rgb(119,52,62); }

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

<style>
 a { background-color: #77343E; }

 a { background-color: rgb(119,52,62); }

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

<style>
 span { border-color: #77343E; }

 span { border-color: rgb(119,52,62); }

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