Html Css Color HEX #763839 Merlot

📋 copy color: '#763839'

red 118 ◦ green 56 ◦ blue 57

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

Shades of Merlot #763839

Tints of Merlot #763839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 51.08%
G = 24.24%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#763839 (or 0x763839) is known color: Merlot. HEX triplet: 76, 38 and 39. RGB value is (118,56,57). Sum of RGB (Red+Green+Blue) = 118+56+57=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #763839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763839 is #89C7C6. Grayscale: #4A4A4A. Windows color (decimal): -9029575 or 3750006. OLE color: 3750006.

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

Color convert

RGB 118 56 57 -
CMYK 0 0.53 0.52 0.54
HSL 359.03º 0.36% 0.34% -
HSV(B) 359.03º 0.53% 0.46% -
XYZ 9.62 6.98 4.71 -
YUV 74.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 118 56 57 0 0.53 0.52 0.54 359.03 0.36 0.34
Hex 76 38 39 0 35 34 36 167 24 22
Octal 166 70 71 0 65 64 66 547 44 42
Binary 1110110 111000 111001 0 110101 110100 110110 101100111 100100 100010

Color Harmonies of #763839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763839

Black with #763839

Text Example


Text Example

White with #763839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763839; }

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

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

background-color css

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

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

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

border-color css

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

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

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