Html Css Color HEX #783842 Merlot

📋 copy color: '#783842'

red 120 ◦ green 56 ◦ blue 66

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

Shades of Merlot #783842

Tints of Merlot #783842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 49.59%
G = 23.14%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#783842 (or 0x783842) is known color: Merlot. HEX triplet: 78, 38 and 42. RGB value is (120,56,66). Sum of RGB (Red+Green+Blue) = 120+56+66=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783842 is #87C7BD. Grayscale: #4C4C4C. Windows color (decimal): -8898494 or 4339832. OLE color: 4339832.

HSL color Cylindrical-coordinate representation of color #783842: hue angle of 350.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #783842 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 66 -
CMYK 0 0.53 0.45 0.53
HSL 350.63º 0.36% 0.35% -
HSV(B) 350.63º 0.53% 0.47% -
XYZ 10.14 7.21 6.01 -
YUV 76.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 120 56 66 0 0.53 0.45 0.53 350.63 0.36 0.35
Hex 78 38 42 0 35 2D 35 15F 24 23
Octal 170 70 102 0 65 55 65 537 44 43
Binary 1111000 111000 1000010 0 110101 101101 110101 101011111 100100 100011

Color Harmonies of #783842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783842

Black with #783842

Text Example


Text Example

White with #783842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783842; }

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

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

background-color css

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

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

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

border-color css

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

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

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