Shades of Como #47705C
Tints of Como #47705C
RGB
CMYK
RGB Variations
Color information
#47705C (or 0x47705C) is known color: Como. HEX triplet: 47, 70 and 5C. RGB value is (71,112,92). Sum of RGB (Red+Green+Blue) = 71+112+92=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #47705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47705C is #B88FA3. Grayscale: #616161. Windows color (decimal): -12095396 or 6058055. OLE color: 6058055.
HSL color Cylindrical-coordinate representation of color #47705C: hue angle of 150.73º degrees, saturation: 0.22, 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 #47705C is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 92 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.56 |
| HSL | 150.73º | 0.22% | 0.36% | - |
| HSV(B) | 150.73º | 0.37% | 0.44% | - |
| XYZ | 10.32 | 13.7 | 12.23 | - |
| YUV | 97.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 92 | 0.37 | 0 | 0.18 | 0.56 | 150.73 | 0.22 | 0.36 |
| Hex | 47 | 70 | 5C | 25 | 0 | 12 | 38 | 97 | 16 | 24 |
| Octal | 107 | 160 | 134 | 45 | 0 | 22 | 70 | 227 | 26 | 44 |
| Binary | 1000111 | 1110000 | 1011100 | 100101 | 0 | 10010 | 111000 | 10010111 | 10110 | 100100 |
Color Harmonies of #47705C
Complementary color
Monochromatic Colors of #47705C
Black with #47705C
Text Example
Text Example
White with #47705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47705C; }
p { color: rgb(71,112,92); }
H1.HeaderClassName
{
color: #47705C;
}
.AnyTagClassName
{
color: #47705C;
}
</style>
background-color css
<style>
a { background-color: #47705C; }
a { background-color: rgb(71,112,92); }
div.DivClassName
{
background-color: #47705C;
}
.BgClassName
{
background-color: #47705C;
}
</style>
border-color css
<style>
span { border-color: #47705C; }
span { border-color: rgb(71,112,92); }
td.TdClassName
{
border-color: #47705C;
}
.TagClassName
{
border-color: #47705C;
}
</style>