Html Css Color HEX #7C3741 Merlot

📋 copy color: '#7C3741'

red 124 ◦ green 55 ◦ blue 65

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

Shades of Merlot #7C3741

Tints of Merlot #7C3741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 50.82%
G = 22.54%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3741 (or 0x7C3741) is known color: Merlot. HEX triplet: 7C, 37 and 41. RGB value is (124,55,65). Sum of RGB (Red+Green+Blue) = 124+55+65=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3741 is #83C8BE. Grayscale: #4C4C4C. Windows color (decimal): -8636607 or 4274044. OLE color: 4274044.

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

Color convert

RGB 124 55 65 -
CMYK 0 0.56 0.48 0.51
HSL 351.3º 0.39% 0.35% -
HSV(B) 351.3º 0.56% 0.49% -
XYZ 10.63 7.4 5.87 -
YUV 76.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 124 55 65 0 0.56 0.48 0.51 351.3 0.39 0.35
Hex 7C 37 41 0 38 30 33 15F 27 23
Octal 174 67 101 0 70 60 63 537 47 43
Binary 1111100 110111 1000001 0 111000 110000 110011 101011111 100111 100011

Color Harmonies of #7C3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3741

Black with #7C3741

Text Example


Text Example

White with #7C3741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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