#76323E

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

Shades of Merlot #76323E

Tints of Merlot #76323E

Color information

#76323E (or 0x76323E) is unknown color: approx Merlot. HEX triplet: 76, 32 and 3E. RGB value is (118,50,62). Sum of RGB (Red+Green+Blue) = 118+50+62=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323E is #89CDC1. Grayscale: #474747. Windows color (decimal): -9031106 or 4076150. OLE color: 4076150.

HSL color Cylindrical-coordinate representation of color #76323E: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76323E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1185062-
CMYK00.580.470.54
HSL349.41º40.48%32.94%-
HSV(B)349.41º57.63%46.27%-
XYZ9.486.485.31-
YUV71.7122.53161.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=51.30%
G=21.74%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118506200.580.470.54349.4140.4832.94
Hex76323E03A2F3615d2821
Octal166627607257665355041
Binary11101101100101111100111010101111110110101011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,50,62); }

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

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

 a { background-color: rgb(118,50,62); }

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

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

 span { border-color: rgb(118,50,62); }

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