Html Css Color HEX #78343D Merlot

📋 copy color: '#78343D'

red 120 ◦ green 52 ◦ blue 61

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

Shades of Merlot #78343D

Tints of Merlot #78343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 51.5%
G = 22.32%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#78343D (or 0x78343D) is known color: Merlot. HEX triplet: 78, 34 and 3D. RGB value is (120,52,61). Sum of RGB (Red+Green+Blue) = 120+52+61=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78343D is #87CBC2. Grayscale: #494949. Windows color (decimal): -8899523 or 4011128. OLE color: 4011128.

HSL color Cylindrical-coordinate representation of color #78343D: hue angle of 352.06º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78343D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 61 -
CMYK 0 0.57 0.49 0.53
HSL 352.06º 0.4% 0.34% -
HSV(B) 352.06º 0.57% 0.47% -
XYZ 9.82 6.79 5.21 -
YUV 73.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 120 52 61 0 0.57 0.49 0.53 352.06 0.4 0.34
Hex 78 34 3D 0 39 31 35 160 28 22
Octal 170 64 75 0 71 61 65 540 50 42
Binary 1111000 110100 111101 0 111001 110001 110101 101100000 101000 100010

Color Harmonies of #78343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78343D

Black with #78343D

Text Example


Text Example

White with #78343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78343D; }

 p { color: rgb(120,52,61); }

 H1.HeaderClassName
 {
   color: #78343D;
 }
 .AnyTagClassName
 {
   color: #78343D;
 }
</style>

background-color css

<style>
 a { background-color: #78343D; }

 a { background-color: rgb(120,52,61); }

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

border-color css

<style>
 span { border-color: #78343D; }

 span { border-color: rgb(120,52,61); }

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