#76323C

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

Shades of Merlot #76323C

Tints of Merlot #76323C

Color information

#76323C (or 0x76323C) is unknown color: approx Merlot. HEX triplet: 76, 32 and 3C. RGB value is (118,50,60). Sum of RGB (Red+Green+Blue) = 118+50+60=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76323C is #89CDC3. Grayscale: #474747. Windows color (decimal): -9031108 or 3945078. OLE color: 3945078.

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

Color convert

RGB1185060-
CMYK00.580.490.54
HSL351.18º40.48%32.94%-
HSV(B)351.18º57.63%46.27%-
XYZ9.436.465.02-
YUV71.47121.53161.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=51.75%
G=21.93%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118506000.580.490.54351.1840.4832.94
Hex76323C03A313615f2821
Octal166627407261665375041
Binary11101101100101111000111010110001110110101011111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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