#76303A

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

Shades of Merlot #76303A

Tints of Merlot #76303A

Color information

#76303A (or 0x76303A) is unknown color: approx Merlot. HEX triplet: 76, 30 and 3A. RGB value is (118,48,58). Sum of RGB (Red+Green+Blue) = 118+48+58=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303A is #89CFC5. Grayscale: #464646. Windows color (decimal): -9031622 or 3813494. OLE color: 3813494.

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

Color convert

RGB1184858-
CMYK00.590.510.54
HSL351.43º42.17%32.55%-
HSV(B)351.43º59.32%46.27%-
XYZ9.296.274.72-
YUV70.07121.19162.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=52.68%
G=21.43%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118485800.590.510.54351.4342.1732.55
Hex76303A03B333615f2a21
Octal166607207363665375241
Binary11101101100001110100111011110011110110101011111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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