Html Css Color HEX #763542 Merlot

📋 copy color: '#763542'

red 118 ◦ green 53 ◦ blue 66

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

Shades of Merlot #763542

Tints of Merlot #763542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 49.79%
G = 22.36%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#763542 (or 0x763542) is known color: Merlot. HEX triplet: 76, 35 and 42. RGB value is (118,53,66). Sum of RGB (Red+Green+Blue) = 118+53+66=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763542 is #89CABD. Grayscale: #494949. Windows color (decimal): -9030334 or 4339062. OLE color: 4339062.

HSL color Cylindrical-coordinate representation of color #763542: hue angle of 348º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763542 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 66 -
CMYK 0 0.55 0.44 0.54
HSL 348º 0.38% 0.34% -
HSV(B) 348º 0.55% 0.46% -
XYZ 9.73 6.79 5.95 -
YUV 73.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 118 53 66 0 0.55 0.44 0.54 348 0.38 0.34
Hex 76 35 42 0 37 2C 36 15C 26 22
Octal 166 65 102 0 67 54 66 534 46 42
Binary 1110110 110101 1000010 0 110111 101100 110110 101011100 100110 100010

Color Harmonies of #763542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763542

Black with #763542

Text Example


Text Example

White with #763542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763542; }

 p { color: rgb(118,53,66); }

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

background-color css

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

 a { background-color: rgb(118,53,66); }

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

border-color css

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

 span { border-color: rgb(118,53,66); }

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