Html Css Color HEX #78373C Merlot

📋 copy color: '#78373C'

red 120 ◦ green 55 ◦ blue 60

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

Shades of Merlot #78373C

Tints of Merlot #78373C

RGB

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

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

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

R = 51.06%
G = 23.4%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78373C (or 0x78373C) is known color: Merlot. HEX triplet: 78, 37 and 3C. RGB value is (120,55,60). Sum of RGB (Red+Green+Blue) = 120+55+60=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78373C is #87C8C3. Grayscale: #4B4B4B. Windows color (decimal): -8898756 or 3946360. OLE color: 3946360.

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

Color convert

RGB 120 55 60 -
CMYK 0 0.54 0.5 0.53
HSL 355.38º 0.37% 0.34% -
HSV(B) 355.38º 0.54% 0.47% -
XYZ 9.93 7.05 5.11 -
YUV 75.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 120 55 60 0 0.54 0.5 0.53 355.38 0.37 0.34
Hex 78 37 3C 0 36 32 35 163 25 22
Octal 170 67 74 0 66 62 65 543 45 42
Binary 1111000 110111 111100 0 110110 110010 110101 101100011 100101 100010

Color Harmonies of #78373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78373C

Black with #78373C

Text Example


Text Example

White with #78373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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