#77353B

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

Shades of Merlot #77353B

Tints of Merlot #77353B

Color information

#77353B (or 0x77353B) is unknown color: approx Merlot. HEX triplet: 77, 35 and 3B. RGB value is (119,53,59). Sum of RGB (Red+Green+Blue) = 119+53+59=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353B is #88CAC4. Grayscale: #494949. Windows color (decimal): -8964805 or 3880311. OLE color: 3880311.

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

Color convert

RGB1195359-
CMYK00.550.500.53
HSL354.55º38.37%33.73%-
HSV(B)354.55º55.46%46.67%-
XYZ9.676.784.94-
YUV73.42119.87160.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=51.52%
G=22.94%
B=25.54%

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
Decimal119535900.550.500.53354.5538.3733.73
Hex77353B03732351632622
Octal167657306762655434642
Binary11101111101011110110110111110010110101101100011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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