Html Css Color HEX #78343C Merlot

📋 copy color: '#78343C'

red 120 ◦ green 52 ◦ blue 60

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

Shades of Merlot #78343C

Tints of Merlot #78343C

RGB

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

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

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

R = 51.72%
G = 22.41%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78343C (or 0x78343C) is known color: Merlot. HEX triplet: 78, 34 and 3C. RGB value is (120,52,60). Sum of RGB (Red+Green+Blue) = 120+52+60=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78343C is #87CBC3. Grayscale: #494949. Windows color (decimal): -8899524 or 3945592. OLE color: 3945592.

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

Color convert

RGB 120 52 60 -
CMYK 0 0.57 0.5 0.53
HSL 352.94º 0.4% 0.34% -
HSV(B) 352.94º 0.57% 0.47% -
XYZ 9.79 6.78 5.07 -
YUV 73.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 120 52 60 0 0.57 0.5 0.53 352.94 0.4 0.34
Hex 78 34 3C 0 39 32 35 161 28 22
Octal 170 64 74 0 71 62 65 541 50 42
Binary 1111000 110100 111100 0 111001 110010 110101 101100001 101000 100010

Color Harmonies of #78343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78343C

Black with #78343C

Text Example


Text Example

White with #78343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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