#77343F

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

Shades of Merlot #77343F

Tints of Merlot #77343F

Color information

#77343F (or 0x77343F) is unknown color: approx Merlot. HEX triplet: 77, 34 and 3F. RGB value is (119,52,63). Sum of RGB (Red+Green+Blue) = 119+52+63=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343F is #88CBC0. Grayscale: #494949. Windows color (decimal): -8965057 or 4142199. OLE color: 4142199.

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

Color convert

RGB1195263-
CMYK00.560.470.53
HSL350.15º39.18%33.53%-
HSV(B)350.15º56.3%46.67%-
XYZ9.736.745.49-
YUV73.29122.2160.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 63 (25% from 255) = 26.92%
R=50.85%
G=22.22%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119526300.560.470.53350.1539.1833.53
Hex77343F0382F3515e2722
Octal167647707057655364742
Binary11101111101001111110111000101111110101101011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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