Html Css Color HEX #763340 Merlot

📋 copy color: '#763340'

red 118 ◦ green 51 ◦ blue 64

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

Shades of Merlot #763340

Tints of Merlot #763340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 50.64%
G = 21.89%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#763340 (or 0x763340) is known color: Merlot. HEX triplet: 76, 33 and 40. RGB value is (118,51,64). Sum of RGB (Red+Green+Blue) = 118+51+64=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763340 is #89CCBF. Grayscale: #484848. Windows color (decimal): -9030848 or 4207478. OLE color: 4207478.

HSL color Cylindrical-coordinate representation of color #763340: hue angle of 348.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763340 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 64 -
CMYK 0 0.57 0.46 0.54
HSL 348.36º 0.4% 0.33% -
HSV(B) 348.36º 0.57% 0.46% -
XYZ 9.58 6.59 5.62 -
YUV 72.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 118 51 64 0 0.57 0.46 0.54 348.36 0.4 0.33
Hex 76 33 40 0 39 2E 36 15C 28 21
Octal 166 63 100 0 71 56 66 534 50 41
Binary 1110110 110011 1000000 0 111001 101110 110110 101011100 101000 100001

Color Harmonies of #763340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763340

Black with #763340

Text Example


Text Example

White with #763340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763340; }

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

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

background-color css

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

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

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

border-color css

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

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

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