Html Css Color HEX #763841 Merlot

📋 copy color: '#763841'

red 118 ◦ green 56 ◦ blue 65

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

Shades of Merlot #763841

Tints of Merlot #763841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

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

R = 49.37%
G = 23.43%
B = 27.2%

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

#763841 (or 0x763841) is known color: Merlot. HEX triplet: 76, 38 and 41. RGB value is (118,56,65). Sum of RGB (Red+Green+Blue) = 118+56+65=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763841 is #89C7BE. Grayscale: #4B4B4B. Windows color (decimal): -9029567 or 4274294. OLE color: 4274294.

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

Color convert

RGB 118 56 65 -
CMYK 0 0.53 0.45 0.54
HSL 351.29º 0.36% 0.34% -
HSV(B) 351.29º 0.53% 0.46% -
XYZ 9.84 7.06 5.85 -
YUV 75.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 118 56 65 0 0.53 0.45 0.54 351.29 0.36 0.34
Hex 76 38 41 0 35 2D 36 15F 24 22
Octal 166 70 101 0 65 55 66 537 44 42
Binary 1110110 111000 1000001 0 110101 101101 110110 101011111 100100 100010

Color Harmonies of #763841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763841

Black with #763841

Text Example


Text Example

White with #763841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763841; }

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

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

background-color css

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

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

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

border-color css

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

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

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