Html Css Color HEX #773942 Merlot

📋 copy color: '#773942'

red 119 ◦ green 57 ◦ blue 66

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

Shades of Merlot #773942

Tints of Merlot #773942

RGB

 RED value IS 119 (46.88% from 255) = 49.17%

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

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

R = 49.17%
G = 23.55%
B = 27.27%

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

#773942 (or 0x773942) is known color: Merlot. HEX triplet: 77, 39 and 42. RGB value is (119,57,66). Sum of RGB (Red+Green+Blue) = 119+57+66=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #773942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773942 is #88C6BD. Grayscale: #4C4C4C. Windows color (decimal): -8963774 or 4340087. OLE color: 4340087.

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

Color convert

RGB 119 57 66 -
CMYK 0 0.52 0.45 0.53
HSL 351.29º 0.35% 0.35% -
HSV(B) 351.29º 0.52% 0.47% -
XYZ 10.05 7.24 6.02 -
YUV 76.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 119 57 66 0 0.52 0.45 0.53 351.29 0.35 0.35
Hex 77 39 42 0 34 2D 35 15F 23 23
Octal 167 71 102 0 64 55 65 537 43 43
Binary 1110111 111001 1000010 0 110100 101101 110101 101011111 100011 100011

Color Harmonies of #773942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773942

Black with #773942

Text Example


Text Example

White with #773942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773942; }

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

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

background-color css

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

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

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

border-color css

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

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

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