#773842

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

Shades of Merlot #773842

Tints of Merlot #773842

Color information

#773842 (or 0x773842) is unknown color: approx Merlot. HEX triplet: 77, 38 and 42. RGB value is (119,56,66). Sum of RGB (Red+Green+Blue) = 119+56+66=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773842 is #88C7BD. Grayscale: #4C4C4C. Windows color (decimal): -8964030 or 4339831. OLE color: 4339831.

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

Color convert

RGB1195666-
CMYK00.530.450.53
HSL350.48º36%34.31%-
HSV(B)350.48º52.94%46.67%-
XYZ10.017.146.01-
YUV75.98122.37158.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=49.38%
G=23.24%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119566600.530.450.53350.483634.31
Hex7738420352D3515e2422
Octal1677010206555655364442
Binary111011111100010000100110101101101110101101011110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773842; }

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

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

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

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

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

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

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

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