Html Css Color HEX #7B373D Merlot

📋 copy color: '#7B373D'

red 123 ◦ green 55 ◦ blue 61

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

Shades of Merlot #7B373D

Tints of Merlot #7B373D

RGB

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

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

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

R = 51.46%
G = 23.01%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B373D (or 0x7B373D) is known color: Merlot. HEX triplet: 7B, 37 and 3D. RGB value is (123,55,61). Sum of RGB (Red+Green+Blue) = 123+55+61=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373D is #84C8C2. Grayscale: #4C4C4C. Windows color (decimal): -8702147 or 4011899. OLE color: 4011899.

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

Color convert

RGB 123 55 61 -
CMYK 0 0.55 0.50 0.52
HSL 354.71º 0.38% 0.35% -
HSV(B) 354.71º 0.55% 0.48% -
XYZ 10.38 7.28 5.27 -
YUV 76.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 123 55 61 0 0.55 0.50 0.52 354.71 0.38 0.35
Hex 7B 37 3D 0 37 32 34 163 26 23
Octal 173 67 75 0 67 62 64 543 46 43
Binary 1111011 110111 111101 0 110111 110010 110100 101100011 100110 100011

Color Harmonies of #7B373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B373D

Black with #7B373D

Text Example


Text Example

White with #7B373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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