Html Css Color HEX #7B363A Merlot

📋 copy color: '#7B363A'

red 123 ◦ green 54 ◦ blue 58

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

Shades of Merlot #7B363A

Tints of Merlot #7B363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 52.34%
G = 22.98%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7B363A (or 0x7B363A) is known color: Merlot. HEX triplet: 7B, 36 and 3A. RGB value is (123,54,58). Sum of RGB (Red+Green+Blue) = 123+54+58=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363A is #84C9C5. Grayscale: #4B4B4B. Windows color (decimal): -8702406 or 3815035. OLE color: 3815035.

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

Color convert

RGB 123 54 58 -
CMYK 0 0.56 0.53 0.52
HSL 356.52º 0.39% 0.35% -
HSV(B) 356.52º 0.56% 0.48% -
XYZ 10.25 7.15 4.84 -
YUV 75.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 123 54 58 0 0.56 0.53 0.52 356.52 0.39 0.35
Hex 7B 36 3A 0 38 35 34 165 27 23
Octal 173 66 72 0 70 65 64 545 47 43
Binary 1111011 110110 111010 0 111000 110101 110100 101100101 100111 100011

Color Harmonies of #7B363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B363A

Black with #7B363A

Text Example


Text Example

White with #7B363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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