Html Css Color HEX #77373A Merlot

📋 copy color: '#77373A'

red 119 ◦ green 55 ◦ blue 58

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

Shades of Merlot #77373A

Tints of Merlot #77373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

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

R = 51.29%
G = 23.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77373A (or 0x77373A) is known color: Merlot. HEX triplet: 77, 37 and 3A. RGB value is (119,55,58). Sum of RGB (Red+Green+Blue) = 119+55+58=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77373A is #88C8C5. Grayscale: #4A4A4A. Windows color (decimal): -8964294 or 3815287. OLE color: 3815287.

HSL color Cylindrical-coordinate representation of color #77373A: hue angle of 357.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77373A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 58 -
CMYK 0 0.54 0.51 0.53
HSL 357.19º 0.37% 0.34% -
HSV(B) 357.19º 0.54% 0.47% -
XYZ 9.74 6.96 4.83 -
YUV 74.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 119 55 58 0 0.54 0.51 0.53 357.19 0.37 0.34
Hex 77 37 3A 0 36 33 35 165 25 22
Octal 167 67 72 0 66 63 65 545 45 42
Binary 1110111 110111 111010 0 110110 110011 110101 101100101 100101 100010

Color Harmonies of #77373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77373A

Black with #77373A

Text Example


Text Example

White with #77373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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