#77323C

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

Shades of Merlot #77323C

Tints of Merlot #77323C

Color information

#77323C (or 0x77323C) is unknown color: approx Merlot. HEX triplet: 77, 32 and 3C. RGB value is (119,50,60). Sum of RGB (Red+Green+Blue) = 119+50+60=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323C is #88CDC3. Grayscale: #474747. Windows color (decimal): -8965572 or 3945079. OLE color: 3945079.

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

Color convert

RGB1195060-
CMYK00.580.500.53
HSL351.3º40.83%33.14%-
HSV(B)351.3º57.98%46.67%-
XYZ9.566.535.03-
YUV71.77121.36161.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=51.97%
G=21.83%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119506000.580.500.53351.340.8333.14
Hex77323C03A323515f2921
Octal167627407262655375141
Binary11101111100101111000111010110010110101101011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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