#76383E

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

Shades of Merlot #76383E

Tints of Merlot #76383E

Color information

#76383E (or 0x76383E) is unknown color: approx Merlot. HEX triplet: 76, 38 and 3E. RGB value is (118,56,62). Sum of RGB (Red+Green+Blue) = 118+56+62=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383E is #89C7C1. Grayscale: #4B4B4B. Windows color (decimal): -9029570 or 4077686. OLE color: 4077686.

HSL color Cylindrical-coordinate representation of color #76383E: hue angle of 354.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76383E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1185662-
CMYK00.530.470.54
HSL354.19º35.63%34.12%-
HSV(B)354.19º52.54%46.27%-
XYZ9.757.035.4-
YUV75.22120.54158.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=50%
G=23.73%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118566200.530.470.54354.1935.6334.12
Hex76383E0352F361622422
Octal166707606557665424442
Binary11101101110001111100110101101111110110101100010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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