Shades of Grey-Asparagus #4C574B
Tints of Grey-Asparagus #4C574B
RGB
CMYK
RGB Variations
Color information
#4C574B (or 0x4C574B) is known color: Grey-Asparagus. HEX triplet: 4C, 57 and 4B. RGB value is (76,87,75). Sum of RGB (Red+Green+Blue) = 76+87+75=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C574B is #B3A8B4. Grayscale: #525252. Windows color (decimal): -11774133 or 4937548. OLE color: 4937548.
HSL color Cylindrical-coordinate representation of color #4C574B: hue angle of 115º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C574B is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 75 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.66 |
| HSL | 115º | 0.07% | 0.32% | - |
| HSV(B) | 115º | 0.14% | 0.34% | - |
| XYZ | 7.66 | 8.86 | 7.96 | - |
| YUV | 82.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 75 | 0.13 | 0 | 0.14 | 0.66 | 115 | 0.07 | 0.32 |
| Hex | 4C | 57 | 4B | D | 0 | E | 42 | 73 | 7 | 20 |
| Octal | 114 | 127 | 113 | 15 | 0 | 16 | 102 | 163 | 7 | 40 |
| Binary | 1001100 | 1010111 | 1001011 | 1101 | 0 | 1110 | 1000010 | 1110011 | 111 | 100000 |
Color Harmonies of #4C574B
Complementary color
Monochromatic Colors of #4C574B
Black with #4C574B
Text Example
Text Example
White with #4C574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C574B; }
p { color: rgb(76,87,75); }
H1.HeaderClassName
{
color: #4C574B;
}
.AnyTagClassName
{
color: #4C574B;
}
</style>
background-color css
<style>
a { background-color: #4C574B; }
a { background-color: rgb(76,87,75); }
div.DivClassName
{
background-color: #4C574B;
}
.BgClassName
{
background-color: #4C574B;
}
</style>
border-color css
<style>
span { border-color: #4C574B; }
span { border-color: rgb(76,87,75); }
td.TdClassName
{
border-color: #4C574B;
}
.TagClassName
{
border-color: #4C574B;
}
</style>