#76303E

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

Shades of Merlot #76303E

Tints of Merlot #76303E

Color information

#76303E (or 0x76303E) is unknown color: approx Merlot. HEX triplet: 76, 30 and 3E. RGB value is (118,48,62). Sum of RGB (Red+Green+Blue) = 118+48+62=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303E is #89CFC1. Grayscale: #464646. Windows color (decimal): -9031618 or 4075638. OLE color: 4075638.

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

Color convert

RGB1184862-
CMYK00.590.470.54
HSL348º42.17%32.55%-
HSV(B)348º59.32%46.27%-
XYZ9.46.315.28-
YUV70.53123.19161.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=51.75%
G=21.05%
B=27.19%

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
Decimal118486200.590.470.5434842.1732.55
Hex76303E03B2F3615c2a21
Octal166607607357665345241
Binary11101101100001111100111011101111110110101011100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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