#77363E

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

Shades of Merlot #77363E

Tints of Merlot #77363E

Color information

#77363E (or 0x77363E) is unknown color: approx Merlot. HEX triplet: 77, 36 and 3E. RGB value is (119,54,62). Sum of RGB (Red+Green+Blue) = 119+54+62=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77363E is #88C9C1. Grayscale: #4A4A4A. Windows color (decimal): -8964546 or 4077175. OLE color: 4077175.

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

Color convert

RGB1195462-
CMYK00.550.480.53
HSL352.62º37.57%33.92%-
HSV(B)352.62º54.62%46.67%-
XYZ9.86.915.37-
YUV74.35121.03159.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=50.64%
G=22.98%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119546200.550.480.53352.6237.5733.92
Hex77363E03730351612622
Octal167667606760655414642
Binary11101111101101111100110111110000110101101100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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