Shades of Como #47775E
Tints of Como #47775E
RGB
CMYK
RGB Variations
Color information
#47775E (or 0x47775E) is known color: Como. HEX triplet: 47, 77 and 5E. RGB value is (71,119,94). Sum of RGB (Red+Green+Blue) = 71+119+94=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #47775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47775E is #B888A1. Grayscale: #656565. Windows color (decimal): -12093602 or 6190919. OLE color: 6190919.
HSL color Cylindrical-coordinate representation of color #47775E: hue angle of 148.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47775E is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 94 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.53 |
| HSL | 148.75º | 0.25% | 0.37% | - |
| HSV(B) | 148.75º | 0.4% | 0.47% | - |
| XYZ | 11.22 | 15.34 | 12.96 | - |
| YUV | 101.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 94 | 0.40 | 0 | 0.21 | 0.53 | 148.75 | 0.25 | 0.37 |
| Hex | 47 | 77 | 5E | 28 | 0 | 15 | 35 | 95 | 19 | 25 |
| Octal | 107 | 167 | 136 | 50 | 0 | 25 | 65 | 225 | 31 | 45 |
| Binary | 1000111 | 1110111 | 1011110 | 101000 | 0 | 10101 | 110101 | 10010101 | 11001 | 100101 |
Color Harmonies of #47775E
Complementary color
Monochromatic Colors of #47775E
Black with #47775E
Text Example
Text Example
White with #47775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47775E; }
p { color: rgb(71,119,94); }
H1.HeaderClassName
{
color: #47775E;
}
.AnyTagClassName
{
color: #47775E;
}
</style>
background-color css
<style>
a { background-color: #47775E; }
a { background-color: rgb(71,119,94); }
div.DivClassName
{
background-color: #47775E;
}
.BgClassName
{
background-color: #47775E;
}
</style>
border-color css
<style>
span { border-color: #47775E; }
span { border-color: rgb(71,119,94); }
td.TdClassName
{
border-color: #47775E;
}
.TagClassName
{
border-color: #47775E;
}
</style>