Html Css Color HEX #763242 Merlot

📋 copy color: '#763242'

red 118 ◦ green 50 ◦ blue 66

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

Shades of Merlot #763242

Tints of Merlot #763242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 50.43%
G = 21.37%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#763242 (or 0x763242) is known color: Merlot. HEX triplet: 76, 32 and 42. RGB value is (118,50,66). Sum of RGB (Red+Green+Blue) = 118+50+66=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763242 is #89CDBD. Grayscale: #484848. Windows color (decimal): -9031102 or 4338294. OLE color: 4338294.

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

Color convert

RGB 118 50 66 -
CMYK 0 0.58 0.44 0.54
HSL 345.88º 0.4% 0.33% -
HSV(B) 345.88º 0.58% 0.46% -
XYZ 9.6 6.53 5.91 -
YUV 72.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 118 50 66 0 0.58 0.44 0.54 345.88 0.4 0.33
Hex 76 32 42 0 3A 2C 36 15A 28 21
Octal 166 62 102 0 72 54 66 532 50 41
Binary 1110110 110010 1000010 0 111010 101100 110110 101011010 101000 100001

Color Harmonies of #763242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763242

Black with #763242

Text Example


Text Example

White with #763242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763242; }

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

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

background-color css

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

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

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

border-color css

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

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

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