#76323B

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

Shades of Merlot #76323B

Tints of Merlot #76323B

Color information

#76323B (or 0x76323B) is unknown color: approx Merlot. HEX triplet: 76, 32 and 3B. RGB value is (118,50,59). Sum of RGB (Red+Green+Blue) = 118+50+59=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323B is #89CDC4. Grayscale: #474747. Windows color (decimal): -9031109 or 3879542. OLE color: 3879542.

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

Color convert

RGB1185059-
CMYK00.580.500.54
HSL352.06º40.48%32.94%-
HSV(B)352.06º57.63%46.27%-
XYZ9.46.454.89-
YUV71.36121.03161.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=51.98%
G=22.03%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118505900.580.500.54352.0640.4832.94
Hex76323B03A32361602821
Octal166627307262665405041
Binary11101101100101110110111010110010110110101100000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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