Shades of Stromboli #47675C
Tints of Stromboli #47675C
RGB
CMYK
RGB Variations
Color information
#47675C (or 0x47675C) is known color: Stromboli. HEX triplet: 47, 67 and 5C. RGB value is (71,103,92). Sum of RGB (Red+Green+Blue) = 71+103+92=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #47675C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47675C is #B898A3. Grayscale: #5C5C5C. Windows color (decimal): -12097700 or 6055751. OLE color: 6055751.
HSL color Cylindrical-coordinate representation of color #47675C: hue angle of 159.38º 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 #47675C is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 92 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.60 |
| HSL | 159.38º | 0.18% | 0.34% | - |
| HSV(B) | 159.38º | 0.31% | 0.4% | - |
| XYZ | 9.38 | 11.81 | 11.91 | - |
| YUV | 92.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 92 | 0.31 | 0 | 0.11 | 0.60 | 159.38 | 0.18 | 0.34 |
| Hex | 47 | 67 | 5C | 1F | 0 | B | 3C | 9F | 12 | 22 |
| Octal | 107 | 147 | 134 | 37 | 0 | 13 | 74 | 237 | 22 | 42 |
| Binary | 1000111 | 1100111 | 1011100 | 11111 | 0 | 1011 | 111100 | 10011111 | 10010 | 100010 |
Color Harmonies of #47675C
Complementary color
Monochromatic Colors of #47675C
Black with #47675C
Text Example
Text Example
White with #47675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47675C; }
p { color: rgb(71,103,92); }
H1.HeaderClassName
{
color: #47675C;
}
.AnyTagClassName
{
color: #47675C;
}
</style>
background-color css
<style>
a { background-color: #47675C; }
a { background-color: rgb(71,103,92); }
div.DivClassName
{
background-color: #47675C;
}
.BgClassName
{
background-color: #47675C;
}
</style>
border-color css
<style>
span { border-color: #47675C; }
span { border-color: rgb(71,103,92); }
td.TdClassName
{
border-color: #47675C;
}
.TagClassName
{
border-color: #47675C;
}
</style>