#7B363E

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

Shades of Merlot #7B363E

Tints of Merlot #7B363E

Color information

#7B363E (or 0x7B363E) is unknown color: approx Merlot. HEX triplet: 7B, 36 and 3E. RGB value is (123,54,62). Sum of RGB (Red+Green+Blue) = 123+54+62=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363E is #84C9C1. Grayscale: #4B4B4B. Windows color (decimal): -8702402 or 4077179. OLE color: 4077179.

HSL color Cylindrical-coordinate representation of color #7B363E: hue angle of 353.04º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B363E is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB1235462-
CMYK00.560.500.52
HSL353.04º38.98%34.71%-
HSV(B)353.04º56.1%48.24%-
XYZ10.367.25.4-
YUV75.54120.36161.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.46%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=51.46%
G=22.59%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123546200.560.500.52353.0438.9834.71
Hex7B363E03832341612723
Octal173667607062645414743
Binary11110111101101111100111000110010110100101100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B363E; }

 p { color: rgb(123,54,62); }

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

<style>
 a { background-color: #7B363E; }

 a { background-color: rgb(123,54,62); }

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

<style>
 span { border-color: #7B363E; }

 span { border-color: rgb(123,54,62); }

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