Shades of Como #47715D
Tints of Como #47715D
RGB
CMYK
RGB Variations
Color information
#47715D (or 0x47715D) is known color: Como. HEX triplet: 47, 71 and 5D. RGB value is (71,113,93). Sum of RGB (Red+Green+Blue) = 71+113+93=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #47715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47715D is #B88EA2. Grayscale: #626262. Windows color (decimal): -12095139 or 6123847. OLE color: 6123847.
HSL color Cylindrical-coordinate representation of color #47715D: hue angle of 151.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47715D is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 93 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.56 |
| HSL | 151.43º | 0.23% | 0.36% | - |
| HSV(B) | 151.43º | 0.37% | 0.44% | - |
| XYZ | 10.48 | 13.94 | 12.49 | - |
| YUV | 98.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 93 | 0.37 | 0 | 0.18 | 0.56 | 151.43 | 0.23 | 0.36 |
| Hex | 47 | 71 | 5D | 25 | 0 | 12 | 38 | 97 | 17 | 24 |
| Octal | 107 | 161 | 135 | 45 | 0 | 22 | 70 | 227 | 27 | 44 |
| Binary | 1000111 | 1110001 | 1011101 | 100101 | 0 | 10010 | 111000 | 10010111 | 10111 | 100100 |
Color Harmonies of #47715D
Complementary color
Monochromatic Colors of #47715D
Black with #47715D
Text Example
Text Example
White with #47715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47715D; }
p { color: rgb(71,113,93); }
H1.HeaderClassName
{
color: #47715D;
}
.AnyTagClassName
{
color: #47715D;
}
</style>
background-color css
<style>
a { background-color: #47715D; }
a { background-color: rgb(71,113,93); }
div.DivClassName
{
background-color: #47715D;
}
.BgClassName
{
background-color: #47715D;
}
</style>
border-color css
<style>
span { border-color: #47715D; }
span { border-color: rgb(71,113,93); }
td.TdClassName
{
border-color: #47715D;
}
.TagClassName
{
border-color: #47715D;
}
</style>