Html Css Color HEX #763741 Merlot

📋 copy color: '#763741'

red 118 ◦ green 55 ◦ blue 65

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

Shades of Merlot #763741

Tints of Merlot #763741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

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

R = 49.58%
G = 23.11%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#763741 (or 0x763741) is known color: Merlot. HEX triplet: 76, 37 and 41. RGB value is (118,55,65). Sum of RGB (Red+Green+Blue) = 118+55+65=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763741 is #89C8BE. Grayscale: #4B4B4B. Windows color (decimal): -9029823 or 4274038. OLE color: 4274038.

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

Color convert

RGB 118 55 65 -
CMYK 0 0.53 0.45 0.54
HSL 350.48º 0.36% 0.34% -
HSV(B) 350.48º 0.53% 0.46% -
XYZ 9.79 6.97 5.83 -
YUV 74.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 118 55 65 0 0.53 0.45 0.54 350.48 0.36 0.34
Hex 76 37 41 0 35 2D 36 15E 24 22
Octal 166 67 101 0 65 55 66 536 44 42
Binary 1110110 110111 1000001 0 110101 101101 110110 101011110 100100 100010

Color Harmonies of #763741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763741

Black with #763741

Text Example


Text Example

White with #763741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763741; }

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

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

background-color css

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

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

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

border-color css

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

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

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