Shades of Como #47765E
Tints of Como #47765E
RGB
CMYK
RGB Variations
Color information
#47765E (or 0x47765E) is known color: Como. HEX triplet: 47, 76 and 5E. RGB value is (71,118,94). Sum of RGB (Red+Green+Blue) = 71+118+94=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #47765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765E is #B889A1. Grayscale: #656565. Windows color (decimal): -12093858 or 6190663. OLE color: 6190663.
HSL color Cylindrical-coordinate representation of color #47765E: hue angle of 149.36º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47765E is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 94 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.54 |
| HSL | 149.36º | 0.25% | 0.37% | - |
| HSV(B) | 149.36º | 0.4% | 0.46% | - |
| XYZ | 11.1 | 15.1 | 12.92 | - |
| YUV | 101.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 94 | 0.40 | 0 | 0.20 | 0.54 | 149.36 | 0.25 | 0.37 |
| Hex | 47 | 76 | 5E | 28 | 0 | 14 | 36 | 95 | 19 | 25 |
| Octal | 107 | 166 | 136 | 50 | 0 | 24 | 66 | 225 | 31 | 45 |
| Binary | 1000111 | 1110110 | 1011110 | 101000 | 0 | 10100 | 110110 | 10010101 | 11001 | 100101 |
Color Harmonies of #47765E
Complementary color
Monochromatic Colors of #47765E
Black with #47765E
Text Example
Text Example
White with #47765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47765E; }
p { color: rgb(71,118,94); }
H1.HeaderClassName
{
color: #47765E;
}
.AnyTagClassName
{
color: #47765E;
}
</style>
background-color css
<style>
a { background-color: #47765E; }
a { background-color: rgb(71,118,94); }
div.DivClassName
{
background-color: #47765E;
}
.BgClassName
{
background-color: #47765E;
}
</style>
border-color css
<style>
span { border-color: #47765E; }
span { border-color: rgb(71,118,94); }
td.TdClassName
{
border-color: #47765E;
}
.TagClassName
{
border-color: #47765E;
}
</style>