#76383C

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

Shades of Merlot #76383C

Tints of Merlot #76383C

Color information

#76383C (or 0x76383C) is unknown color: approx Merlot. HEX triplet: 76, 38 and 3C. RGB value is (118,56,60). Sum of RGB (Red+Green+Blue) = 118+56+60=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76383C is #89C7C3. Grayscale: #4B4B4B. Windows color (decimal): -9029572 or 3946614. OLE color: 3946614.

HSL color Cylindrical-coordinate representation of color #76383C: hue angle of 356.13º 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 #76383C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1185660-
CMYK00.530.490.54
HSL356.13º35.63%34.12%-
HSV(B)356.13º52.54%46.27%-
XYZ9.77.015.12-
YUV74.99119.54158.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=50.43%
G=23.93%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118566000.530.490.54356.1335.6334.12
Hex76383C03531361642422
Octal166707406561665444442
Binary11101101110001111000110101110001110110101100100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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