#77343C

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

Shades of Merlot #77343C

Tints of Merlot #77343C

Color information

#77343C (or 0x77343C) is unknown color: approx Merlot. HEX triplet: 77, 34 and 3C. RGB value is (119,52,60). Sum of RGB (Red+Green+Blue) = 119+52+60=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343C is #88CBC3. Grayscale: #484848. Windows color (decimal): -8965060 or 3945591. OLE color: 3945591.

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

Color convert

RGB1195260-
CMYK00.560.500.53
HSL352.84º39.18%33.53%-
HSV(B)352.84º56.3%46.67%-
XYZ9.656.75.06-
YUV72.94120.7160.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=51.52%
G=22.51%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119526000.560.500.53352.8439.1833.53
Hex77343C03832351612722
Octal167647407062655414742
Binary11101111101001111000111000110010110101101100001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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