Html Css Color HEX #783942 Merlot

📋 copy color: '#783942'

red 120 ◦ green 57 ◦ blue 66

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

Shades of Merlot #783942

Tints of Merlot #783942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

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

R = 49.38%
G = 23.46%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#783942 (or 0x783942) is known color: Merlot. HEX triplet: 78, 39 and 42. RGB value is (120,57,66). Sum of RGB (Red+Green+Blue) = 120+57+66=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #783942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783942 is #87C6BD. Grayscale: #4C4C4C. Windows color (decimal): -8898238 or 4340088. OLE color: 4340088.

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

Color convert

RGB 120 57 66 -
CMYK 0 0.52 0.45 0.53
HSL 351.43º 0.36% 0.35% -
HSV(B) 351.43º 0.53% 0.47% -
XYZ 10.19 7.31 6.03 -
YUV 76.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 120 57 66 0 0.52 0.45 0.53 351.43 0.36 0.35
Hex 78 39 42 0 34 2D 35 15F 24 23
Octal 170 71 102 0 64 55 65 537 44 43
Binary 1111000 111001 1000010 0 110100 101101 110101 101011111 100100 100011

Color Harmonies of #783942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783942

Black with #783942

Text Example


Text Example

White with #783942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783942; }

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

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

background-color css

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

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

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

border-color css

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

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

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