Html Css Color HEX #77353F Merlot

📋 copy color: '#77353F'

red 119 ◦ green 53 ◦ blue 63

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

Shades of Merlot #77353F

Tints of Merlot #77353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 50.64%
G = 22.55%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77353F (or 0x77353F) is known color: Merlot. HEX triplet: 77, 35 and 3F. RGB value is (119,53,63). Sum of RGB (Red+Green+Blue) = 119+53+63=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353F is #88CAC0. Grayscale: #494949. Windows color (decimal): -8964801 or 4142455. OLE color: 4142455.

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

Color convert

RGB 119 53 63 -
CMYK 0 0.55 0.47 0.53
HSL 350.91º 0.38% 0.34% -
HSV(B) 350.91º 0.55% 0.47% -
XYZ 9.78 6.83 5.51 -
YUV 73.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 119 53 63 0 0.55 0.47 0.53 350.91 0.38 0.34
Hex 77 35 3F 0 37 2F 35 15F 26 22
Octal 167 65 77 0 67 57 65 537 46 42
Binary 1110111 110101 111111 0 110111 101111 110101 101011111 100110 100010

Color Harmonies of #77353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77353F

Black with #77353F

Text Example


Text Example

White with #77353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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