Html Css Color HEX #7C373E Merlot

📋 copy color: '#7C373E'

red 124 ◦ green 55 ◦ blue 62

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

Shades of Merlot #7C373E

Tints of Merlot #7C373E

RGB

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

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

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

R = 51.45%
G = 22.82%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C373E (or 0x7C373E) is known color: Merlot. HEX triplet: 7C, 37 and 3E. RGB value is (124,55,62). Sum of RGB (Red+Green+Blue) = 124+55+62=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C373E is #83C8C1. Grayscale: #4C4C4C. Windows color (decimal): -8636610 or 4077436. OLE color: 4077436.

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

Color convert

RGB 124 55 62 -
CMYK 0 0.56 0.5 0.51
HSL 353.91º 0.39% 0.35% -
HSV(B) 353.91º 0.56% 0.49% -
XYZ 10.55 7.37 5.42 -
YUV 76.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 124 55 62 0 0.56 0.5 0.51 353.91 0.39 0.35
Hex 7C 37 3E 0 38 32 33 162 27 23
Octal 174 67 76 0 70 62 63 542 47 43
Binary 1111100 110111 111110 0 111000 110010 110011 101100010 100111 100011

Color Harmonies of #7C373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C373E

Black with #7C373E

Text Example


Text Example

White with #7C373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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