Html Css Color HEX #783742 Merlot

📋 copy color: '#783742'

red 120 ◦ green 55 ◦ blue 66

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

Shades of Merlot #783742

Tints of Merlot #783742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 49.79%
G = 22.82%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#783742 (or 0x783742) is known color: Merlot. HEX triplet: 78, 37 and 42. RGB value is (120,55,66). Sum of RGB (Red+Green+Blue) = 120+55+66=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #783742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783742 is #87C8BD. Grayscale: #4B4B4B. Windows color (decimal): -8898750 or 4339576. OLE color: 4339576.

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

Color convert

RGB 120 55 66 -
CMYK 0 0.54 0.45 0.53
HSL 349.85º 0.37% 0.34% -
HSV(B) 349.85º 0.54% 0.47% -
XYZ 10.1 7.12 6 -
YUV 75.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 120 55 66 0 0.54 0.45 0.53 349.85 0.37 0.34
Hex 78 37 42 0 36 2D 35 15E 25 22
Octal 170 67 102 0 66 55 65 536 45 42
Binary 1111000 110111 1000010 0 110110 101101 110101 101011110 100101 100010

Color Harmonies of #783742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783742

Black with #783742

Text Example


Text Example

White with #783742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783742; }

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

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

background-color css

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

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

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

border-color css

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

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

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