#77383E

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

Shades of Merlot #77383E

Tints of Merlot #77383E

Color information

#77383E (or 0x77383E) is unknown color: approx Merlot. HEX triplet: 77, 38 and 3E. RGB value is (119,56,62). Sum of RGB (Red+Green+Blue) = 119+56+62=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #77383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77383E is #88C7C1. Grayscale: #4B4B4B. Windows color (decimal): -8964034 or 4077687. OLE color: 4077687.

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

Color convert

RGB1195662-
CMYK00.530.480.53
HSL354.29º36%34.31%-
HSV(B)354.29º52.94%46.67%-
XYZ9.897.15.41-
YUV75.52120.37159.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 56 (22.27% from 255) = 23.63%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=50.21%
G=23.63%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119566200.530.480.53354.293634.31
Hex77383E03530351622422
Octal167707606560655424442
Binary11101111110001111100110101110000110101101100010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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