Html Css Color HEX #76393F Merlot

📋 copy color: '#76393F'

red 118 ◦ green 57 ◦ blue 63

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

Shades of Merlot #76393F

Tints of Merlot #76393F

RGB

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

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

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

R = 49.58%
G = 23.95%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76393F (or 0x76393F) is known color: Merlot. HEX triplet: 76, 39 and 3F. RGB value is (118,57,63). Sum of RGB (Red+Green+Blue) = 118+57+63=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76393F is #89C6C0. Grayscale: #4B4B4B. Windows color (decimal): -9029313 or 4143478. OLE color: 4143478.

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

Color convert

RGB 118 57 63 -
CMYK 0 0.52 0.47 0.54
HSL 354.1º 0.35% 0.34% -
HSV(B) 354.1º 0.52% 0.46% -
XYZ 9.83 7.14 5.56 -
YUV 75.92 120.71 158.01 -
System Red Green Blue C M Y K H S L
Decimal 118 57 63 0 0.52 0.47 0.54 354.1 0.35 0.34
Hex 76 39 3F 0 34 2F 36 162 23 22
Octal 166 71 77 0 64 57 66 542 43 42
Binary 1110110 111001 111111 0 110100 101111 110110 101100010 100011 100010

Color Harmonies of #76393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76393F

Black with #76393F

Text Example


Text Example

White with #76393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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