Html Css Color HEX #78353F Merlot

📋 copy color: '#78353F'

red 120 ◦ green 53 ◦ blue 63

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

Shades of Merlot #78353F

Tints of Merlot #78353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 50.85%
G = 22.46%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78353F (or 0x78353F) is known color: Merlot. HEX triplet: 78, 35 and 3F. RGB value is (120,53,63). Sum of RGB (Red+Green+Blue) = 120+53+63=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78353F is #87CAC0. Grayscale: #4A4A4A. Windows color (decimal): -8899265 or 4142456. OLE color: 4142456.

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

Color convert

RGB 120 53 63 -
CMYK 0 0.56 0.48 0.53
HSL 351.04º 0.39% 0.34% -
HSV(B) 351.04º 0.56% 0.47% -
XYZ 9.92 6.9 5.51 -
YUV 74.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 120 53 63 0 0.56 0.48 0.53 351.04 0.39 0.34
Hex 78 35 3F 0 38 30 35 15F 27 22
Octal 170 65 77 0 70 60 65 537 47 42
Binary 1111000 110101 111111 0 111000 110000 110101 101011111 100111 100010

Color Harmonies of #78353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78353F

Black with #78353F

Text Example


Text Example

White with #78353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78353F; }

 p { color: rgb(120,53,63); }

 H1.HeaderClassName
 {
   color: #78353F;
 }
 .AnyTagClassName
 {
   color: #78353F;
 }
</style>

background-color css

<style>
 a { background-color: #78353F; }

 a { background-color: rgb(120,53,63); }

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

border-color css

<style>
 span { border-color: #78353F; }

 span { border-color: rgb(120,53,63); }

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