Html Css Color HEX #7B363D Merlot

📋 copy color: '#7B363D'

red 123 ◦ green 54 ◦ blue 61

#7B363D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #7B363D

Tints of Merlot #7B363D

RGB

 RED value IS 123 (48.44% from 255) = 51.68%

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 51.68%
G = 22.69%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B363D (or 0x7B363D) is known color: Merlot. HEX triplet: 7B, 36 and 3D. RGB value is (123,54,61). Sum of RGB (Red+Green+Blue) = 123+54+61=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363D is #84C9C2. Grayscale: #4B4B4B. Windows color (decimal): -8702403 or 4011643. OLE color: 4011643.

HSL color Cylindrical-coordinate representation of color #7B363D: hue angle of 353.91º 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 #7B363D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 54 61 -
CMYK 0 0.56 0.50 0.52
HSL 353.91º 0.39% 0.35% -
HSV(B) 353.91º 0.56% 0.48% -
XYZ 10.33 7.19 5.26 -
YUV 75.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 123 54 61 0 0.56 0.50 0.52 353.91 0.39 0.35
Hex 7B 36 3D 0 38 32 34 162 27 23
Octal 173 66 75 0 70 62 64 542 47 43
Binary 1111011 110110 111101 0 111000 110010 110100 101100010 100111 100011

Color Harmonies of #7B363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B363D

Black with #7B363D

Text Example


Text Example

White with #7B363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B363D;
 }
 .AnyTagClassName
 {
   color: #7B363D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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