Shades of Como #47755C
Tints of Como #47755C
RGB
CMYK
RGB Variations
Color information
#47755C (or 0x47755C) is known color: Como. HEX triplet: 47, 75 and 5C. RGB value is (71,117,92). Sum of RGB (Red+Green+Blue) = 71+117+92=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #47755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47755C is #B88AA3. Grayscale: #646464. Windows color (decimal): -12094116 or 6059335. OLE color: 6059335.
HSL color Cylindrical-coordinate representation of color #47755C: hue angle of 147.39º 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 #47755C is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 92 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.54 |
| HSL | 147.39º | 0.24% | 0.37% | - |
| HSV(B) | 147.39º | 0.39% | 0.46% | - |
| XYZ | 10.89 | 14.83 | 12.41 | - |
| YUV | 100.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 92 | 0.39 | 0 | 0.21 | 0.54 | 147.39 | 0.24 | 0.37 |
| Hex | 47 | 75 | 5C | 27 | 0 | 15 | 36 | 93 | 18 | 25 |
| Octal | 107 | 165 | 134 | 47 | 0 | 25 | 66 | 223 | 30 | 45 |
| Binary | 1000111 | 1110101 | 1011100 | 100111 | 0 | 10101 | 110110 | 10010011 | 11000 | 100101 |
Color Harmonies of #47755C
Complementary color
Monochromatic Colors of #47755C
Black with #47755C
Text Example
Text Example
White with #47755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47755C; }
p { color: rgb(71,117,92); }
H1.HeaderClassName
{
color: #47755C;
}
.AnyTagClassName
{
color: #47755C;
}
</style>
background-color css
<style>
a { background-color: #47755C; }
a { background-color: rgb(71,117,92); }
div.DivClassName
{
background-color: #47755C;
}
.BgClassName
{
background-color: #47755C;
}
</style>
border-color css
<style>
span { border-color: #47755C; }
span { border-color: rgb(71,117,92); }
td.TdClassName
{
border-color: #47755C;
}
.TagClassName
{
border-color: #47755C;
}
</style>