Html Css Color HEX #7B373E Merlot

📋 copy color: '#7B373E'

red 123 ◦ green 55 ◦ blue 62

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

Shades of Merlot #7B373E

Tints of Merlot #7B373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 51.25%
G = 22.92%
B = 25.83%

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

#7B373E (or 0x7B373E) is known color: Merlot. HEX triplet: 7B, 37 and 3E. RGB value is (123,55,62). Sum of RGB (Red+Green+Blue) = 123+55+62=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B373E is #84C8C1. Grayscale: #4C4C4C. Windows color (decimal): -8702146 or 4077435. OLE color: 4077435.

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

Color convert

RGB 123 55 62 -
CMYK 0 0.55 0.50 0.52
HSL 353.82º 0.38% 0.35% -
HSV(B) 353.82º 0.55% 0.48% -
XYZ 10.4 7.29 5.42 -
YUV 76.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 123 55 62 0 0.55 0.50 0.52 353.82 0.38 0.35
Hex 7B 37 3E 0 37 32 34 162 26 23
Octal 173 67 76 0 67 62 64 542 46 43
Binary 1111011 110111 111110 0 110111 110010 110100 101100010 100110 100011

Color Harmonies of #7B373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B373E

Black with #7B373E

Text Example


Text Example

White with #7B373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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