Shades of Como #47755E
Tints of Como #47755E
RGB
CMYK
RGB Variations
Color information
#47755E (or 0x47755E) is known color: Como. HEX triplet: 47, 75 and 5E. RGB value is (71,117,94). Sum of RGB (Red+Green+Blue) = 71+117+94=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #47755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755E is #B88AA1. Grayscale: #646464. Windows color (decimal): -12094114 or 6190407. OLE color: 6190407.
HSL color Cylindrical-coordinate representation of color #47755E: hue angle of 150º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47755E is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 94 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.54 |
| HSL | 150º | 0.24% | 0.37% | - |
| HSV(B) | 150º | 0.39% | 0.46% | - |
| XYZ | 10.98 | 14.87 | 12.88 | - |
| YUV | 100.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 94 | 0.39 | 0 | 0.20 | 0.54 | 150 | 0.24 | 0.37 |
| Hex | 47 | 75 | 5E | 27 | 0 | 14 | 36 | 96 | 18 | 25 |
| Octal | 107 | 165 | 136 | 47 | 0 | 24 | 66 | 226 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1011110 | 100111 | 0 | 10100 | 110110 | 10010110 | 11000 | 100101 |
Color Harmonies of #47755E
Complementary color
Monochromatic Colors of #47755E
Black with #47755E
Text Example
Text Example
White with #47755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47755E; }
p { color: rgb(71,117,94); }
H1.HeaderClassName
{
color: #47755E;
}
.AnyTagClassName
{
color: #47755E;
}
</style>
background-color css
<style>
a { background-color: #47755E; }
a { background-color: rgb(71,117,94); }
div.DivClassName
{
background-color: #47755E;
}
.BgClassName
{
background-color: #47755E;
}
</style>
border-color css
<style>
span { border-color: #47755E; }
span { border-color: rgb(71,117,94); }
td.TdClassName
{
border-color: #47755E;
}
.TagClassName
{
border-color: #47755E;
}
</style>