Html Css Color HEX #78373E Merlot

📋 copy color: '#78373E'

red 120 ◦ green 55 ◦ blue 62

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

Shades of Merlot #78373E

Tints of Merlot #78373E

RGB

 RED value IS 120 (47.27% from 255) = 50.63%

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

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

R = 50.63%
G = 23.21%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78373E (or 0x78373E) is known color: Merlot. HEX triplet: 78, 37 and 3E. RGB value is (120,55,62). Sum of RGB (Red+Green+Blue) = 120+55+62=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373E is #87C8C1. Grayscale: #4B4B4B. Windows color (decimal): -8898754 or 4077432. OLE color: 4077432.

HSL color Cylindrical-coordinate representation of color #78373E: hue angle of 353.54º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78373E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 62 -
CMYK 0 0.54 0.48 0.53
HSL 353.54º 0.37% 0.34% -
HSV(B) 353.54º 0.54% 0.47% -
XYZ 9.98 7.07 5.4 -
YUV 75.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 120 55 62 0 0.54 0.48 0.53 353.54 0.37 0.34
Hex 78 37 3E 0 36 30 35 162 25 22
Octal 170 67 76 0 66 60 65 542 45 42
Binary 1111000 110111 111110 0 110110 110000 110101 101100010 100101 100010

Color Harmonies of #78373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78373E

Black with #78373E

Text Example


Text Example

White with #78373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78373E; }

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

 H1.HeaderClassName
 {
   color: #78373E;
 }
 .AnyTagClassName
 {
   color: #78373E;
 }
</style>

background-color css

<style>
 a { background-color: #78373E; }

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

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

border-color css

<style>
 span { border-color: #78373E; }

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

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