Shades of Stromboli #47675F
Tints of Stromboli #47675F
RGB
CMYK
RGB Variations
Color information
#47675F (or 0x47675F) is known color: Stromboli. HEX triplet: 47, 67 and 5F. RGB value is (71,103,95). Sum of RGB (Red+Green+Blue) = 71+103+95=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #47675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47675F is #B898A0. Grayscale: #5C5C5C. Windows color (decimal): -12097697 or 6252359. OLE color: 6252359.
HSL color Cylindrical-coordinate representation of color #47675F: hue angle of 165º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47675F is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 95 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.60 |
| HSL | 165º | 0.18% | 0.34% | - |
| HSV(B) | 165º | 0.31% | 0.4% | - |
| XYZ | 9.51 | 11.87 | 12.62 | - |
| YUV | 92.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 95 | 0.31 | 0 | 0.08 | 0.60 | 165 | 0.18 | 0.34 |
| Hex | 47 | 67 | 5F | 1F | 0 | 8 | 3C | A5 | 12 | 22 |
| Octal | 107 | 147 | 137 | 37 | 0 | 10 | 74 | 245 | 22 | 42 |
| Binary | 1000111 | 1100111 | 1011111 | 11111 | 0 | 1000 | 111100 | 10100101 | 10010 | 100010 |
Color Harmonies of #47675F
Complementary color
Monochromatic Colors of #47675F
Black with #47675F
Text Example
Text Example
White with #47675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47675F; }
p { color: rgb(71,103,95); }
H1.HeaderClassName
{
color: #47675F;
}
.AnyTagClassName
{
color: #47675F;
}
</style>
background-color css
<style>
a { background-color: #47675F; }
a { background-color: rgb(71,103,95); }
div.DivClassName
{
background-color: #47675F;
}
.BgClassName
{
background-color: #47675F;
}
</style>
border-color css
<style>
span { border-color: #47675F; }
span { border-color: rgb(71,103,95); }
td.TdClassName
{
border-color: #47675F;
}
.TagClassName
{
border-color: #47675F;
}
</style>