Shades of Stromboli #4D605C
Tints of Stromboli #4D605C
RGB
CMYK
RGB Variations
Color information
#4D605C (or 0x4D605C) is known color: Stromboli. HEX triplet: 4D, 60 and 5C. RGB value is (77,96,92). Sum of RGB (Red+Green+Blue) = 77+96+92=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #4D605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D605C is #B29FA3. Grayscale: #595959. Windows color (decimal): -11706276 or 6053965. OLE color: 6053965.
HSL color Cylindrical-coordinate representation of color #4D605C: hue angle of 167.37º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D605C is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 92 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.62 |
| HSL | 167.37º | 0.11% | 0.34% | - |
| HSV(B) | 167.37º | 0.2% | 0.38% | - |
| XYZ | 9.18 | 10.72 | 11.71 | - |
| YUV | 89.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 92 | 0.20 | 0 | 0.04 | 0.62 | 167.37 | 0.11 | 0.34 |
| Hex | 4D | 60 | 5C | 14 | 0 | 4 | 3E | A7 | B | 22 |
| Octal | 115 | 140 | 134 | 24 | 0 | 4 | 76 | 247 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1011100 | 10100 | 0 | 100 | 111110 | 10100111 | 1011 | 100010 |
Color Harmonies of #4D605C
Complementary color
Monochromatic Colors of #4D605C
Black with #4D605C
Text Example
Text Example
White with #4D605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D605C; }
p { color: rgb(77,96,92); }
H1.HeaderClassName
{
color: #4D605C;
}
.AnyTagClassName
{
color: #4D605C;
}
</style>
background-color css
<style>
a { background-color: #4D605C; }
a { background-color: rgb(77,96,92); }
div.DivClassName
{
background-color: #4D605C;
}
.BgClassName
{
background-color: #4D605C;
}
</style>
border-color css
<style>
span { border-color: #4D605C; }
span { border-color: rgb(77,96,92); }
td.TdClassName
{
border-color: #4D605C;
}
.TagClassName
{
border-color: #4D605C;
}
</style>