Html Css Color HEX #76373B Merlot

📋 copy color: '#76373B'

red 118 ◦ green 55 ◦ blue 59

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

Shades of Merlot #76373B

Tints of Merlot #76373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

 BLUE value IS 59 (23.44% from 255) = 25.43%

R = 50.86%
G = 23.71%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76373B (or 0x76373B) is known color: Merlot. HEX triplet: 76, 37 and 3B. RGB value is (118,55,59). Sum of RGB (Red+Green+Blue) = 118+55+59=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76373B is #89C8C4. Grayscale: #4A4A4A. Windows color (decimal): -9029829 or 3880822. OLE color: 3880822.

HSL color Cylindrical-coordinate representation of color #76373B: hue angle of 356.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76373B is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 55 59 -
CMYK 0 0.53 0.50 0.54
HSL 356.19º 0.36% 0.34% -
HSV(B) 356.19º 0.53% 0.46% -
XYZ 9.63 6.9 4.96 -
YUV 74.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 118 55 59 0 0.53 0.50 0.54 356.19 0.36 0.34
Hex 76 37 3B 0 35 32 36 164 24 22
Octal 166 67 73 0 65 62 66 544 44 42
Binary 1110110 110111 111011 0 110101 110010 110110 101100100 100100 100010

Color Harmonies of #76373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76373B

Black with #76373B

Text Example


Text Example

White with #76373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76373B; }

 p { color: rgb(118,55,59); }

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

background-color css

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

 a { background-color: rgb(118,55,59); }

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

border-color css

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

 span { border-color: rgb(118,55,59); }

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