#77363B

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

Shades of Merlot #77363B

Tints of Merlot #77363B

Color information

#77363B (or 0x77363B) is unknown color: approx Merlot. HEX triplet: 77, 36 and 3B. RGB value is (119,54,59). Sum of RGB (Red+Green+Blue) = 119+54+59=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363B is #88C9C4. Grayscale: #4A4A4A. Windows color (decimal): -8964549 or 3880567. OLE color: 3880567.

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

Color convert

RGB1195459-
CMYK00.550.500.53
HSL355.38º37.57%33.92%-
HSV(B)355.38º54.62%46.67%-
XYZ9.726.884.95-
YUV74119.53160.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=51.29%
G=23.28%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119545900.550.500.53355.3837.5733.92
Hex77363B03732351632622
Octal167667306762655434642
Binary11101111101101110110110111110010110101101100011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77363B; }

 p { color: rgb(119,54,59); }

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

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

 a { background-color: rgb(119,54,59); }

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

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

 span { border-color: rgb(119,54,59); }

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