#77383A

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

Shades of Merlot #77383A

Tints of Merlot #77383A

Color information

#77383A (or 0x77383A) is unknown color: approx Merlot. HEX triplet: 77, 38 and 3A. RGB value is (119,56,58). Sum of RGB (Red+Green+Blue) = 119+56+58=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77383A is #88C7C5. Grayscale: #4B4B4B. Windows color (decimal): -8964038 or 3815543. OLE color: 3815543.

HSL color Cylindrical-coordinate representation of color #77383A: hue angle of 358.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77383A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1195658-
CMYK00.530.510.53
HSL358.1º36%34.31%-
HSV(B)358.1º52.94%46.67%-
XYZ9.797.064.85-
YUV75.06118.37159.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=51.07%
G=24.03%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119565800.530.510.53358.13634.31
Hex77383A03533351662422
Octal167707206563655464442
Binary11101111110001110100110101110011110101101100110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77383A; }

 p { color: rgb(119,56,58); }

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

<style>
 a { background-color: #77383A; }

 a { background-color: rgb(119,56,58); }

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

<style>
 span { border-color: #77383A; }

 span { border-color: rgb(119,56,58); }

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