Html Css Color HEX #763940 Merlot

📋 copy color: '#763940'

red 118 ◦ green 57 ◦ blue 64

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

Shades of Merlot #763940

Tints of Merlot #763940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

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

R = 49.37%
G = 23.85%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763940 (or 0x763940) is known color: Merlot. HEX triplet: 76, 39 and 40. RGB value is (118,57,64). Sum of RGB (Red+Green+Blue) = 118+57+64=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763940 is #89C6BF. Grayscale: #4C4C4C. Windows color (decimal): -9029312 or 4209014. OLE color: 4209014.

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

Color convert

RGB 118 57 64 -
CMYK 0 0.52 0.46 0.54
HSL 353.11º 0.35% 0.34% -
HSV(B) 353.11º 0.52% 0.46% -
XYZ 9.86 7.15 5.71 -
YUV 76.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 118 57 64 0 0.52 0.46 0.54 353.11 0.35 0.34
Hex 76 39 40 0 34 2E 36 161 23 22
Octal 166 71 100 0 64 56 66 541 43 42
Binary 1110110 111001 1000000 0 110100 101110 110110 101100001 100011 100010

Color Harmonies of #763940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763940

Black with #763940

Text Example


Text Example

White with #763940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763940; }

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

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

background-color css

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

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

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

border-color css

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

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

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