Html Css Color HEX #763943 Merlot

📋 copy color: '#763943'

red 118 ◦ green 57 ◦ blue 67

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

Shades of Merlot #763943

Tints of Merlot #763943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.69%

R = 48.76%
G = 23.55%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#763943 (or 0x763943) is known color: Merlot. HEX triplet: 76, 39 and 43. RGB value is (118,57,67). Sum of RGB (Red+Green+Blue) = 118+57+67=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #763943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763943 is #89C6BC. Grayscale: #4C4C4C. Windows color (decimal): -9029309 or 4405622. OLE color: 4405622.

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

Color convert

RGB 118 57 67 -
CMYK 0 0.52 0.43 0.54
HSL 350.16º 0.35% 0.34% -
HSV(B) 350.16º 0.52% 0.46% -
XYZ 9.95 7.18 6.17 -
YUV 76.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 118 57 67 0 0.52 0.43 0.54 350.16 0.35 0.34
Hex 76 39 43 0 34 2B 36 15E 23 22
Octal 166 71 103 0 64 53 66 536 43 42
Binary 1110110 111001 1000011 0 110100 101011 110110 101011110 100011 100010

Color Harmonies of #763943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763943

Black with #763943

Text Example


Text Example

White with #763943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763943; }

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

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

background-color css

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

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

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

border-color css

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

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

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