Shades of Como #47745C
Tints of Como #47745C
RGB
CMYK
RGB Variations
Color information
#47745C (or 0x47745C) is known color: Como. HEX triplet: 47, 74 and 5C. RGB value is (71,116,92). Sum of RGB (Red+Green+Blue) = 71+116+92=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #47745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745C is #B88BA3. Grayscale: #636363. Windows color (decimal): -12094372 or 6059079. OLE color: 6059079.
HSL color Cylindrical-coordinate representation of color #47745C: hue angle of 148º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47745C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 92 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.55 |
| HSL | 148º | 0.24% | 0.37% | - |
| HSV(B) | 148º | 0.39% | 0.45% | - |
| XYZ | 10.78 | 14.6 | 12.38 | - |
| YUV | 99.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 92 | 0.39 | 0 | 0.21 | 0.55 | 148 | 0.24 | 0.37 |
| Hex | 47 | 74 | 5C | 27 | 0 | 15 | 37 | 94 | 18 | 25 |
| Octal | 107 | 164 | 134 | 47 | 0 | 25 | 67 | 224 | 30 | 45 |
| Binary | 1000111 | 1110100 | 1011100 | 100111 | 0 | 10101 | 110111 | 10010100 | 11000 | 100101 |
Color Harmonies of #47745C
Complementary color
Monochromatic Colors of #47745C
Black with #47745C
Text Example
Text Example
White with #47745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47745C; }
p { color: rgb(71,116,92); }
H1.HeaderClassName
{
color: #47745C;
}
.AnyTagClassName
{
color: #47745C;
}
</style>
background-color css
<style>
a { background-color: #47745C; }
a { background-color: rgb(71,116,92); }
div.DivClassName
{
background-color: #47745C;
}
.BgClassName
{
background-color: #47745C;
}
</style>
border-color css
<style>
span { border-color: #47745C; }
span { border-color: rgb(71,116,92); }
td.TdClassName
{
border-color: #47745C;
}
.TagClassName
{
border-color: #47745C;
}
</style>