Shades of Matterhorn #544E4E
Tints of Matterhorn #544E4E
RGB
CMYK
RGB Variations
Color information
#544E4E (or 0x544E4E) is known color: Matterhorn. HEX triplet: 54, 4E and 4E. RGB value is (84,78,78). Sum of RGB (Red+Green+Blue) = 84+78+78=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E4E is #ABB1B1. Grayscale: #4F4F4F. Windows color (decimal): -11252146 or 5131860. OLE color: 5131860.
HSL color Cylindrical-coordinate representation of color #544E4E: hue angle of 0º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E4E is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 78 | 78 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.67 |
| HSL | 0º | 0.04% | 0.32% | - |
| HSV(B) | 0º | 0.07% | 0.33% | - |
| XYZ | 7.76 | 7.88 | 8.32 | - |
| YUV | 79.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 78 | 0 | 0.07 | 0.07 | 0.67 | 0 | 0.04 | 0.32 |
| Hex | 54 | 4E | 4E | 0 | 7 | 7 | 43 | 0 | 4 | 20 |
| Octal | 124 | 116 | 116 | 0 | 7 | 7 | 103 | 0 | 4 | 40 |
| Binary | 1010100 | 1001110 | 1001110 | 0 | 111 | 111 | 1000011 | 0 | 100 | 100000 |
Color Harmonies of #544E4E
Complementary color
Monochromatic Colors of #544E4E
Black with #544E4E
Text Example
Text Example
White with #544E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E4E; }
p { color: rgb(84,78,78); }
H1.HeaderClassName
{
color: #544E4E;
}
.AnyTagClassName
{
color: #544E4E;
}
</style>
background-color css
<style>
a { background-color: #544E4E; }
a { background-color: rgb(84,78,78); }
div.DivClassName
{
background-color: #544E4E;
}
.BgClassName
{
background-color: #544E4E;
}
</style>
border-color css
<style>
span { border-color: #544E4E; }
span { border-color: rgb(84,78,78); }
td.TdClassName
{
border-color: #544E4E;
}
.TagClassName
{
border-color: #544E4E;
}
</style>