#76323F

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

Shades of Merlot #76323F

Tints of Merlot #76323F

Color information

#76323F (or 0x76323F) is unknown color: approx Merlot. HEX triplet: 76, 32 and 3F. RGB value is (118,50,63). Sum of RGB (Red+Green+Blue) = 118+50+63=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323F is #89CDC0. Grayscale: #474747. Windows color (decimal): -9031105 or 4141686. OLE color: 4141686.

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

Color convert

RGB1185063-
CMYK00.580.470.54
HSL348.53º40.48%32.94%-
HSV(B)348.53º57.63%46.27%-
XYZ9.516.495.45-
YUV71.81123.03160.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 63 (25% from 255) = 27.27%
R=51.08%
G=21.65%
B=27.27%

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
Decimal118506300.580.470.54348.5340.4832.94
Hex76323F03A2F3615d2821
Octal166627707257665355041
Binary11101101100101111110111010101111110110101011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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