Html Css Color HEX #7C373D Merlot

📋 copy color: '#7C373D'

red 124 ◦ green 55 ◦ blue 61

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

Shades of Merlot #7C373D

Tints of Merlot #7C373D

RGB

 RED value IS 124 (48.83% from 255) = 51.67%

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

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

R = 51.67%
G = 22.92%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C373D (or 0x7C373D) is known color: Merlot. HEX triplet: 7C, 37 and 3D. RGB value is (124,55,61). Sum of RGB (Red+Green+Blue) = 124+55+61=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373D is #83C8C2. Grayscale: #4C4C4C. Windows color (decimal): -8636611 or 4011900. OLE color: 4011900.

HSL color Cylindrical-coordinate representation of color #7C373D: hue angle of 354.78º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C373D is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 61 -
CMYK 0 0.56 0.51 0.51
HSL 354.78º 0.39% 0.35% -
HSV(B) 354.78º 0.56% 0.49% -
XYZ 10.52 7.35 5.28 -
YUV 76.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 124 55 61 0 0.56 0.51 0.51 354.78 0.39 0.35
Hex 7C 37 3D 0 38 33 33 163 27 23
Octal 174 67 75 0 70 63 63 543 47 43
Binary 1111100 110111 111101 0 111000 110011 110011 101100011 100111 100011

Color Harmonies of #7C373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C373D

Black with #7C373D

Text Example


Text Example

White with #7C373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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