Html Css Color HEX #763840 Merlot

📋 copy color: '#763840'

red 118 ◦ green 56 ◦ blue 64

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

Shades of Merlot #763840

Tints of Merlot #763840

RGB

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

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

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

R = 49.58%
G = 23.53%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763840 (or 0x763840) is known color: Merlot. HEX triplet: 76, 38 and 40. RGB value is (118,56,64). Sum of RGB (Red+Green+Blue) = 118+56+64=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763840 is #89C7BF. Grayscale: #4B4B4B. Windows color (decimal): -9029568 or 4208758. OLE color: 4208758.

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

Color convert

RGB 118 56 64 -
CMYK 0 0.53 0.46 0.54
HSL 352.26º 0.36% 0.34% -
HSV(B) 352.26º 0.53% 0.46% -
XYZ 9.81 7.05 5.69 -
YUV 75.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 118 56 64 0 0.53 0.46 0.54 352.26 0.36 0.34
Hex 76 38 40 0 35 2E 36 160 24 22
Octal 166 70 100 0 65 56 66 540 44 42
Binary 1110110 111000 1000000 0 110101 101110 110110 101100000 100100 100010

Color Harmonies of #763840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763840

Black with #763840

Text Example


Text Example

White with #763840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763840; }

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

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

background-color css

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

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

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

border-color css

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

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

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