Shades of Como #47765A
Tints of Como #47765A
RGB
CMYK
RGB Variations
Color information
#47765A (or 0x47765A) is known color: Como. HEX triplet: 47, 76 and 5A. RGB value is (71,118,90). Sum of RGB (Red+Green+Blue) = 71+118+90=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #47765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765A is #B889A5. Grayscale: #646464. Windows color (decimal): -12093862 or 5928519. OLE color: 5928519.
HSL color Cylindrical-coordinate representation of color #47765A: hue angle of 144.26º 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 #47765A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 118 | 90 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.54 |
| HSL | 144.26º | 0.25% | 0.37% | - |
| HSV(B) | 144.26º | 0.4% | 0.46% | - |
| XYZ | 10.92 | 15.03 | 12 | - |
| YUV | 100.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 118 | 90 | 0.40 | 0 | 0.24 | 0.54 | 144.26 | 0.25 | 0.37 |
| Hex | 47 | 76 | 5A | 28 | 0 | 18 | 36 | 90 | 19 | 25 |
| Octal | 107 | 166 | 132 | 50 | 0 | 30 | 66 | 220 | 31 | 45 |
| Binary | 1000111 | 1110110 | 1011010 | 101000 | 0 | 11000 | 110110 | 10010000 | 11001 | 100101 |
Color Harmonies of #47765A
Complementary color
Monochromatic Colors of #47765A
Black with #47765A
Text Example
Text Example
White with #47765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47765A; }
p { color: rgb(71,118,90); }
H1.HeaderClassName
{
color: #47765A;
}
.AnyTagClassName
{
color: #47765A;
}
</style>
background-color css
<style>
a { background-color: #47765A; }
a { background-color: rgb(71,118,90); }
div.DivClassName
{
background-color: #47765A;
}
.BgClassName
{
background-color: #47765A;
}
</style>
border-color css
<style>
span { border-color: #47765A; }
span { border-color: rgb(71,118,90); }
td.TdClassName
{
border-color: #47765A;
}
.TagClassName
{
border-color: #47765A;
}
</style>