Html Css Color HEX #77313F Merlot

📋 copy color: '#77313F'

red 119 ◦ green 49 ◦ blue 63

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

Shades of Merlot #77313F

Tints of Merlot #77313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 51.52%
G = 21.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77313F (or 0x77313F) is known color: Merlot. HEX triplet: 77, 31 and 3F. RGB value is (119,49,63). Sum of RGB (Red+Green+Blue) = 119+49+63=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313F is #88CEC0. Grayscale: #474747. Windows color (decimal): -8965825 or 4141431. OLE color: 4141431.

HSL color Cylindrical-coordinate representation of color #77313F: hue angle of 348º 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 #77313F is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 63 -
CMYK 0 0.59 0.47 0.53
HSL 348º 0.42% 0.33% -
HSV(B) 348º 0.59% 0.47% -
XYZ 9.6 6.48 5.45 -
YUV 71.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 119 49 63 0 0.59 0.47 0.53 348 0.42 0.33
Hex 77 31 3F 0 3B 2F 35 15C 2A 21
Octal 167 61 77 0 73 57 65 534 52 41
Binary 1110111 110001 111111 0 111011 101111 110101 101011100 101010 100001

Color Harmonies of #77313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77313F

Black with #77313F

Text Example


Text Example

White with #77313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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