Html Css Color HEX #763140 Merlot

📋 copy color: '#763140'

red 118 ◦ green 49 ◦ blue 64

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

Shades of Merlot #763140

Tints of Merlot #763140

RGB

 RED value IS 118 (46.48% from 255) = 51.08%

 GREEN value IS 49 (19.53% from 255) = 21.21%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 51.08%
G = 21.21%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763140 (or 0x763140) is known color: Merlot. HEX triplet: 76, 31 and 40. RGB value is (118,49,64). Sum of RGB (Red+Green+Blue) = 118+49+64=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763140 is #89CEBF. Grayscale: #474747. Windows color (decimal): -9031360 or 4206966. OLE color: 4206966.

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

Color convert

RGB 118 49 64 -
CMYK 0 0.58 0.46 0.54
HSL 346.96º 0.41% 0.33% -
HSV(B) 346.96º 0.58% 0.46% -
XYZ 9.49 6.42 5.59 -
YUV 71.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 118 49 64 0 0.58 0.46 0.54 346.96 0.41 0.33
Hex 76 31 40 0 3A 2E 36 15B 29 21
Octal 166 61 100 0 72 56 66 533 51 41
Binary 1110110 110001 1000000 0 111010 101110 110110 101011011 101001 100001

Color Harmonies of #763140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763140

Black with #763140

Text Example


Text Example

White with #763140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763140; }

 p { color: rgb(118,49,64); }

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

background-color css

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

 a { background-color: rgb(118,49,64); }

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

border-color css

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

 span { border-color: rgb(118,49,64); }

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