Html Css Color HEX #78373B Merlot

📋 copy color: '#78373B'

red 120 ◦ green 55 ◦ blue 59

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

Shades of Merlot #78373B

Tints of Merlot #78373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 51.28%
G = 23.5%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#78373B (or 0x78373B) is known color: Merlot. HEX triplet: 78, 37 and 3B. RGB value is (120,55,59). Sum of RGB (Red+Green+Blue) = 120+55+59=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373B is #87C8C4. Grayscale: #4A4A4A. Windows color (decimal): -8898757 or 3880824. OLE color: 3880824.

HSL color Cylindrical-coordinate representation of color #78373B: hue angle of 356.31º 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 #78373B is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 55 59 -
CMYK 0 0.54 0.51 0.53
HSL 356.31º 0.37% 0.34% -
HSV(B) 356.31º 0.54% 0.47% -
XYZ 9.9 7.04 4.97 -
YUV 74.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 120 55 59 0 0.54 0.51 0.53 356.31 0.37 0.34
Hex 78 37 3B 0 36 33 35 164 25 22
Octal 170 67 73 0 66 63 65 544 45 42
Binary 1111000 110111 111011 0 110110 110011 110101 101100100 100101 100010

Color Harmonies of #78373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78373B

Black with #78373B

Text Example


Text Example

White with #78373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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