#77323E

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

Shades of Merlot #77323E

Tints of Merlot #77323E

Color information

#77323E (or 0x77323E) is unknown color: approx Merlot. HEX triplet: 77, 32 and 3E. RGB value is (119,50,62). Sum of RGB (Red+Green+Blue) = 119+50+62=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323E is #88CDC1. Grayscale: #484848. Windows color (decimal): -8965570 or 4076151. OLE color: 4076151.

HSL color Cylindrical-coordinate representation of color #77323E: hue angle of 349.57º 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 #77323E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1195062-
CMYK00.580.480.53
HSL349.57º40.83%33.14%-
HSV(B)349.57º57.98%46.67%-
XYZ9.626.555.31-
YUV72122.36161.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=51.52%
G=21.65%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119506200.580.480.53349.5740.8333.14
Hex77323E03A303515e2921
Octal167627607260655365141
Binary11101111100101111100111010110000110101101011110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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