Html Css Color HEX #77353A Merlot

📋 copy color: '#77353A'

red 119 ◦ green 53 ◦ blue 58

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

Shades of Merlot #77353A

Tints of Merlot #77353A

RGB

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

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

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

R = 51.74%
G = 23.04%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#77353A (or 0x77353A) is known color: Merlot. HEX triplet: 77, 35 and 3A. RGB value is (119,53,58). Sum of RGB (Red+Green+Blue) = 119+53+58=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77353A is #88CAC5. Grayscale: #494949. Windows color (decimal): -8964806 or 3814775. OLE color: 3814775.

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

Color convert

RGB 119 53 58 -
CMYK 0 0.55 0.51 0.53
HSL 355.45º 0.38% 0.34% -
HSV(B) 355.45º 0.55% 0.47% -
XYZ 9.64 6.77 4.8 -
YUV 73.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 119 53 58 0 0.55 0.51 0.53 355.45 0.38 0.34
Hex 77 35 3A 0 37 33 35 163 26 22
Octal 167 65 72 0 67 63 65 543 46 42
Binary 1110111 110101 111010 0 110111 110011 110101 101100011 100110 100010

Color Harmonies of #77353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77353A

Black with #77353A

Text Example


Text Example

White with #77353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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