#77353E

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

Shades of Merlot #77353E

Tints of Merlot #77353E

Color information

#77353E (or 0x77353E) is unknown color: approx Merlot. HEX triplet: 77, 35 and 3E. RGB value is (119,53,62). Sum of RGB (Red+Green+Blue) = 119+53+62=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353E is #88CAC1. Grayscale: #494949. Windows color (decimal): -8964802 or 4076919. OLE color: 4076919.

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

Color convert

RGB1195362-
CMYK00.550.480.53
HSL351.82º38.37%33.73%-
HSV(B)351.82º55.46%46.67%-
XYZ9.756.825.36-
YUV73.76121.37160.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=50.85%
G=22.65%
B=26.50%

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
Decimal119536200.550.480.53351.8238.3733.73
Hex77353E03730351602622
Octal167657606760655404642
Binary11101111101011111100110111110000110101101100000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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