Shades of Stromboli #4D6B61
Tints of Stromboli #4D6B61
RGB
CMYK
RGB Variations
Color information
#4D6B61 (or 0x4D6B61) is known color: Stromboli. HEX triplet: 4D, 6B and 61. RGB value is (77,107,97). Sum of RGB (Red+Green+Blue) = 77+107+97=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B61 is #B2949E. Grayscale: #606060. Windows color (decimal): -11703455 or 6384461. OLE color: 6384461.
HSL color Cylindrical-coordinate representation of color #4D6B61: hue angle of 160º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B61 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 97 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.58 |
| HSL | 160º | 0.16% | 0.36% | - |
| HSV(B) | 160º | 0.28% | 0.42% | - |
| XYZ | 10.48 | 12.96 | 13.26 | - |
| YUV | 96.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 97 | 0.28 | 0 | 0.09 | 0.58 | 160 | 0.16 | 0.36 |
| Hex | 4D | 6B | 61 | 1C | 0 | 9 | 3A | A0 | 10 | 24 |
| Octal | 115 | 153 | 141 | 34 | 0 | 11 | 72 | 240 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1100001 | 11100 | 0 | 1001 | 111010 | 10100000 | 10000 | 100100 |
Color Harmonies of #4D6B61
Complementary color
Monochromatic Colors of #4D6B61
Black with #4D6B61
Text Example
Text Example
White with #4D6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B61; }
p { color: rgb(77,107,97); }
H1.HeaderClassName
{
color: #4D6B61;
}
.AnyTagClassName
{
color: #4D6B61;
}
</style>
background-color css
<style>
a { background-color: #4D6B61; }
a { background-color: rgb(77,107,97); }
div.DivClassName
{
background-color: #4D6B61;
}
.BgClassName
{
background-color: #4D6B61;
}
</style>
border-color css
<style>
span { border-color: #4D6B61; }
span { border-color: rgb(77,107,97); }
td.TdClassName
{
border-color: #4D6B61;
}
.TagClassName
{
border-color: #4D6B61;
}
</style>