Html Css Color HEX #77343F Merlot

📋 copy color: '#77343F'

red 119 ◦ green 52 ◦ blue 63

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

Shades of Merlot #77343F

Tints of Merlot #77343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 50.85%
G = 22.22%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77343F (or 0x77343F) is known color: Merlot. HEX triplet: 77, 34 and 3F. RGB value is (119,52,63). Sum of RGB (Red+Green+Blue) = 119+52+63=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343F is #88CBC0. Grayscale: #494949. Windows color (decimal): -8965057 or 4142199. OLE color: 4142199.

HSL color Cylindrical-coordinate representation of color #77343F: hue angle of 350.15º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77343F is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 63 -
CMYK 0 0.56 0.47 0.53
HSL 350.15º 0.39% 0.34% -
HSV(B) 350.15º 0.56% 0.47% -
XYZ 9.73 6.74 5.49 -
YUV 73.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 119 52 63 0 0.56 0.47 0.53 350.15 0.39 0.34
Hex 77 34 3F 0 38 2F 35 15E 27 22
Octal 167 64 77 0 70 57 65 536 47 42
Binary 1110111 110100 111111 0 111000 101111 110101 101011110 100111 100010

Color Harmonies of #77343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77343F

Black with #77343F

Text Example


Text Example

White with #77343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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