Html Css Color HEX #77323C Merlot

📋 copy color: '#77323C'

red 119 ◦ green 50 ◦ blue 60

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

Shades of Merlot #77323C

Tints of Merlot #77323C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 51.97%
G = 21.83%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77323C (or 0x77323C) is known color: Merlot. HEX triplet: 77, 32 and 3C. RGB value is (119,50,60). Sum of RGB (Red+Green+Blue) = 119+50+60=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77323C is #88CDC3. Grayscale: #474747. Windows color (decimal): -8965572 or 3945079. OLE color: 3945079.

HSL color Cylindrical-coordinate representation of color #77323C: hue angle of 351.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77323C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 60 -
CMYK 0 0.58 0.50 0.53
HSL 351.3º 0.41% 0.33% -
HSV(B) 351.3º 0.58% 0.47% -
XYZ 9.56 6.53 5.03 -
YUV 71.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 119 50 60 0 0.58 0.50 0.53 351.3 0.41 0.33
Hex 77 32 3C 0 3A 32 35 15F 29 21
Octal 167 62 74 0 72 62 65 537 51 41
Binary 1110111 110010 111100 0 111010 110010 110101 101011111 101001 100001

Color Harmonies of #77323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77323C

Black with #77323C

Text Example


Text Example

White with #77323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77323C; }

 p { color: rgb(119,50,60); }

 H1.HeaderClassName
 {
   color: #77323C;
 }
 .AnyTagClassName
 {
   color: #77323C;
 }
</style>

background-color css

<style>
 a { background-color: #77323C; }

 a { background-color: rgb(119,50,60); }

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

border-color css

<style>
 span { border-color: #77323C; }

 span { border-color: rgb(119,50,60); }

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