#76323A

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

Shades of Merlot #76323A

Tints of Merlot #76323A

Color information

#76323A (or 0x76323A) is unknown color: approx Merlot. HEX triplet: 76, 32 and 3A. RGB value is (118,50,58). Sum of RGB (Red+Green+Blue) = 118+50+58=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323A is #89CDC5. Grayscale: #474747. Windows color (decimal): -9031110 or 3814006. OLE color: 3814006.

HSL color Cylindrical-coordinate representation of color #76323A: hue angle of 352.94º 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 #76323A is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1185058-
CMYK00.580.510.54
HSL352.94º40.48%32.94%-
HSV(B)352.94º57.63%46.27%-
XYZ9.386.444.75-
YUV71.24120.53161.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=52.21%
G=22.12%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118505800.580.510.54352.9440.4832.94
Hex76323A03A33361612821
Octal166627207263665415041
Binary11101101100101110100111010110011110110101100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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