Html Css Color HEX #7B373B Merlot

📋 copy color: '#7B373B'

red 123 ◦ green 55 ◦ blue 59

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

Shades of Merlot #7B373B

Tints of Merlot #7B373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 51.9%
G = 23.21%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7B373B (or 0x7B373B) is known color: Merlot. HEX triplet: 7B, 37 and 3B. RGB value is (123,55,59). Sum of RGB (Red+Green+Blue) = 123+55+59=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373B is #84C8C4. Grayscale: #4B4B4B. Windows color (decimal): -8702149 or 3880827. OLE color: 3880827.

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

Color convert

RGB 123 55 59 -
CMYK 0 0.55 0.52 0.52
HSL 356.47º 0.38% 0.35% -
HSV(B) 356.47º 0.55% 0.48% -
XYZ 10.32 7.26 4.99 -
YUV 75.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 123 55 59 0 0.55 0.52 0.52 356.47 0.38 0.35
Hex 7B 37 3B 0 37 34 34 164 26 23
Octal 173 67 73 0 67 64 64 544 46 43
Binary 1111011 110111 111011 0 110111 110100 110100 101100100 100110 100011

Color Harmonies of #7B373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B373B

Black with #7B373B

Text Example


Text Example

White with #7B373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,55,59); }

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

background-color css

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

 a { background-color: rgb(123,55,59); }

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

border-color css

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

 span { border-color: rgb(123,55,59); }

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