Shades of Stromboli #4D645F
Tints of Stromboli #4D645F
RGB
CMYK
RGB Variations
Color information
#4D645F (or 0x4D645F) is known color: Stromboli. HEX triplet: 4D, 64 and 5F. RGB value is (77,100,95). Sum of RGB (Red+Green+Blue) = 77+100+95=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #4D645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D645F is #B29BA0. Grayscale: #5C5C5C. Windows color (decimal): -11705249 or 6251597. OLE color: 6251597.
HSL color Cylindrical-coordinate representation of color #4D645F: hue angle of 166.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D645F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 100 | 95 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.61 |
| HSL | 166.96º | 0.13% | 0.35% | - |
| HSV(B) | 166.96º | 0.23% | 0.39% | - |
| XYZ | 9.68 | 11.52 | 12.54 | - |
| YUV | 92.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 95 | 0.23 | 0 | 0.05 | 0.61 | 166.96 | 0.13 | 0.35 |
| Hex | 4D | 64 | 5F | 17 | 0 | 5 | 3D | A7 | D | 23 |
| Octal | 115 | 144 | 137 | 27 | 0 | 5 | 75 | 247 | 15 | 43 |
| Binary | 1001101 | 1100100 | 1011111 | 10111 | 0 | 101 | 111101 | 10100111 | 1101 | 100011 |
Color Harmonies of #4D645F
Complementary color
Monochromatic Colors of #4D645F
Black with #4D645F
Text Example
Text Example
White with #4D645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D645F; }
p { color: rgb(77,100,95); }
H1.HeaderClassName
{
color: #4D645F;
}
.AnyTagClassName
{
color: #4D645F;
}
</style>
background-color css
<style>
a { background-color: #4D645F; }
a { background-color: rgb(77,100,95); }
div.DivClassName
{
background-color: #4D645F;
}
.BgClassName
{
background-color: #4D645F;
}
</style>
border-color css
<style>
span { border-color: #4D645F; }
span { border-color: rgb(77,100,95); }
td.TdClassName
{
border-color: #4D645F;
}
.TagClassName
{
border-color: #4D645F;
}
</style>