#76343A

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

Shades of Merlot #76343A

Tints of Merlot #76343A

Color information

#76343A (or 0x76343A) is unknown color: approx Merlot. HEX triplet: 76, 34 and 3A. RGB value is (118,52,58). Sum of RGB (Red+Green+Blue) = 118+52+58=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76343A is #89CBC5. Grayscale: #484848. Windows color (decimal): -9030598 or 3814518. OLE color: 3814518.

HSL color Cylindrical-coordinate representation of color #76343A: hue angle of 354.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76343A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1185258-
CMYK00.560.510.54
HSL354.55º38.82%33.33%-
HSV(B)354.55º55.93%46.27%-
XYZ9.466.614.78-
YUV72.42119.87160.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 58 (23.05% from 255) = 25.44%
R=51.75%
G=22.81%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118525800.560.510.54354.5538.8233.33
Hex76343A03833361632721
Octal166647207063665434741
Binary11101101101001110100111000110011110110101100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76343A; }

 p { color: rgb(118,52,58); }

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

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

 a { background-color: rgb(118,52,58); }

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

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

 span { border-color: rgb(118,52,58); }

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