Html Css Color HEX #763941 Merlot

📋 copy color: '#763941'

red 118 ◦ green 57 ◦ blue 65

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

Shades of Merlot #763941

Tints of Merlot #763941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 49.17%
G = 23.75%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763941 (or 0x763941) is known color: Merlot. HEX triplet: 76, 39 and 41. RGB value is (118,57,65). Sum of RGB (Red+Green+Blue) = 118+57+65=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #763941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763941 is #89C6BE. Grayscale: #4C4C4C. Windows color (decimal): -9029311 or 4274550. OLE color: 4274550.

HSL color Cylindrical-coordinate representation of color #763941: hue angle of 352.13º 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 #763941 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 57 65 -
CMYK 0 0.52 0.45 0.54
HSL 352.13º 0.35% 0.34% -
HSV(B) 352.13º 0.52% 0.46% -
XYZ 9.89 7.16 5.86 -
YUV 76.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 118 57 65 0 0.52 0.45 0.54 352.13 0.35 0.34
Hex 76 39 41 0 34 2D 36 160 23 22
Octal 166 71 101 0 64 55 66 540 43 42
Binary 1110110 111001 1000001 0 110100 101101 110110 101100000 100011 100010

Color Harmonies of #763941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763941

Black with #763941

Text Example


Text Example

White with #763941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763941; }

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

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

background-color css

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

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

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

border-color css

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

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

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