#76333B

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

Shades of Merlot #76333B

Tints of Merlot #76333B

Color information

#76333B (or 0x76333B) is unknown color: approx Merlot. HEX triplet: 76, 33 and 3B. RGB value is (118,51,59). Sum of RGB (Red+Green+Blue) = 118+51+59=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333B is #89CCC4. Grayscale: #474747. Windows color (decimal): -9030853 or 3879798. OLE color: 3879798.

HSL color Cylindrical-coordinate representation of color #76333B: hue angle of 352.84º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76333B is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1185159-
CMYK00.570.500.54
HSL352.84º39.64%33.14%-
HSV(B)352.84º56.78%46.27%-
XYZ9.446.534.9-
YUV71.94120.7160.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=51.75%
G=22.37%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118515900.570.500.54352.8439.6433.14
Hex76333B03932361612821
Octal166637307162665415041
Binary11101101100111110110111001110010110110101100001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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