Shades of Como #47755D
Tints of Como #47755D
RGB
CMYK
RGB Variations
Color information
#47755D (or 0x47755D) is known color: Como. HEX triplet: 47, 75 and 5D. RGB value is (71,117,93). Sum of RGB (Red+Green+Blue) = 71+117+93=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #47755D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755D is #B88AA2. Grayscale: #646464. Windows color (decimal): -12094115 or 6124871. OLE color: 6124871.
HSL color Cylindrical-coordinate representation of color #47755D: hue angle of 148.7º 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 #47755D is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 93 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.54 |
| HSL | 148.7º | 0.24% | 0.37% | - |
| HSV(B) | 148.7º | 0.39% | 0.46% | - |
| XYZ | 10.94 | 14.85 | 12.65 | - |
| YUV | 100.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 93 | 0.39 | 0 | 0.21 | 0.54 | 148.7 | 0.24 | 0.37 |
| Hex | 47 | 75 | 5D | 27 | 0 | 15 | 36 | 95 | 18 | 25 |
| Octal | 107 | 165 | 135 | 47 | 0 | 25 | 66 | 225 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1011101 | 100111 | 0 | 10101 | 110110 | 10010101 | 11000 | 100101 |
Color Harmonies of #47755D
Complementary color
Monochromatic Colors of #47755D
Black with #47755D
Text Example
Text Example
White with #47755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47755D; }
p { color: rgb(71,117,93); }
H1.HeaderClassName
{
color: #47755D;
}
.AnyTagClassName
{
color: #47755D;
}
</style>
background-color css
<style>
a { background-color: #47755D; }
a { background-color: rgb(71,117,93); }
div.DivClassName
{
background-color: #47755D;
}
.BgClassName
{
background-color: #47755D;
}
</style>
border-color css
<style>
span { border-color: #47755D; }
span { border-color: rgb(71,117,93); }
td.TdClassName
{
border-color: #47755D;
}
.TagClassName
{
border-color: #47755D;
}
</style>