Html Css Color HEX #77313E Merlot

📋 copy color: '#77313E'

red 119 ◦ green 49 ◦ blue 62

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

Shades of Merlot #77313E

Tints of Merlot #77313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 51.74%
G = 21.3%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77313E (or 0x77313E) is known color: Merlot. HEX triplet: 77, 31 and 3E. RGB value is (119,49,62). Sum of RGB (Red+Green+Blue) = 119+49+62=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313E is #88CEC1. Grayscale: #474747. Windows color (decimal): -8965826 or 4075895. OLE color: 4075895.

HSL color Cylindrical-coordinate representation of color #77313E: hue angle of 348.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77313E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 62 -
CMYK 0 0.59 0.48 0.53
HSL 348.86º 0.42% 0.33% -
HSV(B) 348.86º 0.59% 0.47% -
XYZ 9.58 6.47 5.3 -
YUV 71.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 119 49 62 0 0.59 0.48 0.53 348.86 0.42 0.33
Hex 77 31 3E 0 3B 30 35 15D 2A 21
Octal 167 61 76 0 73 60 65 535 52 41
Binary 1110111 110001 111110 0 111011 110000 110101 101011101 101010 100001

Color Harmonies of #77313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77313E

Black with #77313E

Text Example


Text Example

White with #77313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77313E; }

 p { color: rgb(119,49,62); }

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

background-color css

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

 a { background-color: rgb(119,49,62); }

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

border-color css

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

 span { border-color: rgb(119,49,62); }

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