Html Css Color HEX #77343E Merlot

📋 copy color: '#77343E'

red 119 ◦ green 52 ◦ blue 62

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

Shades of Merlot #77343E

Tints of Merlot #77343E

RGB

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

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

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

R = 51.07%
G = 22.32%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77343E (or 0x77343E) is known color: Merlot. HEX triplet: 77, 34 and 3E. RGB value is (119,52,62). Sum of RGB (Red+Green+Blue) = 119+52+62=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343E is #88CBC1. Grayscale: #494949. Windows color (decimal): -8965058 or 4076663. OLE color: 4076663.

HSL color Cylindrical-coordinate representation of color #77343E: hue angle of 351.04º 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 #77343E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 62 -
CMYK 0 0.56 0.48 0.53
HSL 351.04º 0.39% 0.34% -
HSV(B) 351.04º 0.56% 0.47% -
XYZ 9.71 6.73 5.34 -
YUV 73.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 119 52 62 0 0.56 0.48 0.53 351.04 0.39 0.34
Hex 77 34 3E 0 38 30 35 15F 27 22
Octal 167 64 76 0 70 60 65 537 47 42
Binary 1110111 110100 111110 0 111000 110000 110101 101011111 100111 100010

Color Harmonies of #77343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77343E

Black with #77343E

Text Example


Text Example

White with #77343E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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