#76303F

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

Shades of Merlot #76303F

Tints of Merlot #76303F

Color information

#76303F (or 0x76303F) is unknown color: approx Merlot. HEX triplet: 76, 30 and 3F. RGB value is (118,48,63). Sum of RGB (Red+Green+Blue) = 118+48+63=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303F is #89CFC0. Grayscale: #464646. Windows color (decimal): -9031617 or 4141174. OLE color: 4141174.

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

Color convert

RGB1184863-
CMYK00.590.470.54
HSL347.14º42.17%32.55%-
HSV(B)347.14º59.32%46.27%-
XYZ9.436.325.43-
YUV70.64123.69161.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 63 (25% from 255) = 27.51%
R=51.53%
G=20.96%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118486300.590.470.54347.1442.1732.55
Hex76303F03B2F3615b2a21
Octal166607707357665335241
Binary11101101100001111110111011101111110110101011011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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