Html Css Color HEX #77343A Merlot

📋 copy color: '#77343A'

red 119 ◦ green 52 ◦ blue 58

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

Shades of Merlot #77343A

Tints of Merlot #77343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.33%

R = 51.97%
G = 22.71%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77343A (or 0x77343A) is known color: Merlot. HEX triplet: 77, 34 and 3A. RGB value is (119,52,58). Sum of RGB (Red+Green+Blue) = 119+52+58=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77343A is #88CBC5. Grayscale: #484848. Windows color (decimal): -8965062 or 3814519. OLE color: 3814519.

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

Color convert

RGB 119 52 58 -
CMYK 0 0.56 0.51 0.53
HSL 354.63º 0.39% 0.34% -
HSV(B) 354.63º 0.56% 0.47% -
XYZ 9.6 6.68 4.79 -
YUV 72.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 119 52 58 0 0.56 0.51 0.53 354.63 0.39 0.34
Hex 77 34 3A 0 38 33 35 163 27 22
Octal 167 64 72 0 70 63 65 543 47 42
Binary 1110111 110100 111010 0 111000 110011 110101 101100011 100111 100010

Color Harmonies of #77343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77343A

Black with #77343A

Text Example


Text Example

White with #77343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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