Shades of Como #47745F
Tints of Como #47745F
RGB
CMYK
RGB Variations
Color information
#47745F (or 0x47745F) is known color: Como. HEX triplet: 47, 74 and 5F. RGB value is (71,116,95). Sum of RGB (Red+Green+Blue) = 71+116+95=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #47745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47745F is #B88BA0. Grayscale: #646464. Windows color (decimal): -12094369 or 6255687. OLE color: 6255687.
HSL color Cylindrical-coordinate representation of color #47745F: hue angle of 152º 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 #47745F is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 116 | 95 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.55 |
| HSL | 152º | 0.24% | 0.37% | - |
| HSV(B) | 152º | 0.39% | 0.45% | - |
| XYZ | 10.91 | 14.66 | 13.08 | - |
| YUV | 100.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 95 | 0.39 | 0 | 0.18 | 0.55 | 152 | 0.24 | 0.37 |
| Hex | 47 | 74 | 5F | 27 | 0 | 12 | 37 | 98 | 18 | 25 |
| Octal | 107 | 164 | 137 | 47 | 0 | 22 | 67 | 230 | 30 | 45 |
| Binary | 1000111 | 1110100 | 1011111 | 100111 | 0 | 10010 | 110111 | 10011000 | 11000 | 100101 |
Color Harmonies of #47745F
Complementary color
Monochromatic Colors of #47745F
Black with #47745F
Text Example
Text Example
White with #47745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47745F; }
p { color: rgb(71,116,95); }
H1.HeaderClassName
{
color: #47745F;
}
.AnyTagClassName
{
color: #47745F;
}
</style>
background-color css
<style>
a { background-color: #47745F; }
a { background-color: rgb(71,116,95); }
div.DivClassName
{
background-color: #47745F;
}
.BgClassName
{
background-color: #47745F;
}
</style>
border-color css
<style>
span { border-color: #47745F; }
span { border-color: rgb(71,116,95); }
td.TdClassName
{
border-color: #47745F;
}
.TagClassName
{
border-color: #47745F;
}
</style>