#77323D

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

Shades of Merlot #77323D

Tints of Merlot #77323D

Color information

#77323D (or 0x77323D) is unknown color: approx Merlot. HEX triplet: 77, 32 and 3D. RGB value is (119,50,61). Sum of RGB (Red+Green+Blue) = 119+50+61=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323D is #88CDC2. Grayscale: #474747. Windows color (decimal): -8965571 or 4010615. OLE color: 4010615.

HSL color Cylindrical-coordinate representation of color #77323D: hue angle of 350.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77323D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1195061-
CMYK00.580.490.53
HSL350.43º40.83%33.14%-
HSV(B)350.43º57.98%46.67%-
XYZ9.596.545.17-
YUV71.88121.86161.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=51.74%
G=21.74%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119506100.580.490.53350.4340.8333.14
Hex77323D03A313515e2921
Octal167627507261655365141
Binary11101111100101111010111010110001110101101011110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77323D; }

 p { color: rgb(119,50,61); }

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

<style>
 a { background-color: #77323D; }

 a { background-color: rgb(119,50,61); }

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

<style>
 span { border-color: #77323D; }

 span { border-color: rgb(119,50,61); }

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