Html Css Color HEX #773242 Merlot

📋 copy color: '#773242'

red 119 ◦ green 50 ◦ blue 66

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

Shades of Merlot #773242

Tints of Merlot #773242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 50.64%
G = 21.28%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#773242 (or 0x773242) is known color: Merlot. HEX triplet: 77, 32 and 42. RGB value is (119,50,66). Sum of RGB (Red+Green+Blue) = 119+50+66=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #773242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773242 is #88CDBD. Grayscale: #484848. Windows color (decimal): -8965566 or 4338295. OLE color: 4338295.

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

Color convert

RGB 119 50 66 -
CMYK 0 0.58 0.45 0.53
HSL 346.09º 0.41% 0.33% -
HSV(B) 346.09º 0.58% 0.47% -
XYZ 9.73 6.6 5.91 -
YUV 72.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 119 50 66 0 0.58 0.45 0.53 346.09 0.41 0.33
Hex 77 32 42 0 3A 2D 35 15A 29 21
Octal 167 62 102 0 72 55 65 532 51 41
Binary 1110111 110010 1000010 0 111010 101101 110101 101011010 101001 100001

Color Harmonies of #773242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773242

Black with #773242

Text Example


Text Example

White with #773242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773242; }

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

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

background-color css

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

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

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

border-color css

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

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

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