Html Css Color HEX #76363F Merlot

📋 copy color: '#76363F'

red 118 ◦ green 54 ◦ blue 63

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

Shades of Merlot #76363F

Tints of Merlot #76363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 63 (25% from 255) = 26.81%

R = 50.21%
G = 22.98%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76363F (or 0x76363F) is known color: Merlot. HEX triplet: 76, 36 and 3F. RGB value is (118,54,63). Sum of RGB (Red+Green+Blue) = 118+54+63=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76363F is #89C9C0. Grayscale: #4A4A4A. Windows color (decimal): -9030081 or 4142710. OLE color: 4142710.

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

Color convert

RGB 118 54 63 -
CMYK 0 0.54 0.47 0.54
HSL 351.56º 0.37% 0.34% -
HSV(B) 351.56º 0.54% 0.46% -
XYZ 9.69 6.85 5.51 -
YUV 74.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 118 54 63 0 0.54 0.47 0.54 351.56 0.37 0.34
Hex 76 36 3F 0 36 2F 36 160 25 22
Octal 166 66 77 0 66 57 66 540 45 42
Binary 1110110 110110 111111 0 110110 101111 110110 101100000 100101 100010

Color Harmonies of #76363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76363F

Black with #76363F

Text Example


Text Example

White with #76363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76363F; }

 p { color: rgb(118,54,63); }

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

background-color css

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

 a { background-color: rgb(118,54,63); }

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

border-color css

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

 span { border-color: rgb(118,54,63); }

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