Html Css Color HEX #7C353C Merlot

📋 copy color: '#7C353C'

red 124 ◦ green 53 ◦ blue 60

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

Shades of Merlot #7C353C

Tints of Merlot #7C353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 52.32%
G = 22.36%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C353C (or 0x7C353C) is known color: Merlot. HEX triplet: 7C, 35 and 3C. RGB value is (124,53,60). Sum of RGB (Red+Green+Blue) = 124+53+60=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C353C is #83CAC3. Grayscale: #4B4B4B. Windows color (decimal): -8637124 or 3945852. OLE color: 3945852.

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

Color convert

RGB 124 53 60 -
CMYK 0 0.57 0.52 0.51
HSL 354.08º 0.4% 0.35% -
HSV(B) 354.08º 0.57% 0.49% -
XYZ 10.4 7.16 5.11 -
YUV 75.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 124 53 60 0 0.57 0.52 0.51 354.08 0.4 0.35
Hex 7C 35 3C 0 39 34 33 162 28 23
Octal 174 65 74 0 71 64 63 542 50 43
Binary 1111100 110101 111100 0 111001 110100 110011 101100010 101000 100011

Color Harmonies of #7C353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C353C

Black with #7C353C

Text Example


Text Example

White with #7C353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,53,60); }

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

background-color css

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

 a { background-color: rgb(124,53,60); }

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

border-color css

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

 span { border-color: rgb(124,53,60); }

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