#773738

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

Shades of Merlot #773738

Tints of Merlot #773738

Color information

#773738 (or 0x773738) is unknown color: approx Merlot. HEX triplet: 77, 37 and 38. RGB value is (119,55,56). Sum of RGB (Red+Green+Blue) = 119+55+56=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #773738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773738 is #88C8C7. Grayscale: #4A4A4A. Windows color (decimal): -8964296 or 3684215. OLE color: 3684215.

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

Color convert

RGB1195556-
CMYK00.540.530.53
HSL359.06º36.78%34.12%-
HSV(B)359.06º53.78%46.67%-
XYZ9.696.944.57-
YUV74.25117.7159.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=51.74%
G=23.91%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119555600.540.530.53359.0636.7834.12
Hex77373803635351672522
Octal167677006665655474542
Binary11101111101111110000110110110101110101101100111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773738; }

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

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

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

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

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

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

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

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