Shades of Cape Cod #47514D
Tints of Cape Cod #47514D
RGB
CMYK
RGB Variations
Color information
#47514D (or 0x47514D) is known color: Cape Cod. HEX triplet: 47, 51 and 4D. RGB value is (71,81,77). Sum of RGB (Red+Green+Blue) = 71+81+77=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #47514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47514D is #B8AEB2. Grayscale: #4D4D4D. Windows color (decimal): -12103347 or 5067079. OLE color: 5067079.
HSL color Cylindrical-coordinate representation of color #47514D: hue angle of 156º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47514D is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 77 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.68 |
| HSL | 156º | 0.07% | 0.3% | - |
| HSV(B) | 156º | 0.12% | 0.32% | - |
| XYZ | 6.88 | 7.76 | 8.16 | - |
| YUV | 77.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 77 | 0.12 | 0 | 0.05 | 0.68 | 156 | 0.07 | 0.3 |
| Hex | 47 | 51 | 4D | C | 0 | 5 | 44 | 9C | 7 | 1E |
| Octal | 107 | 121 | 115 | 14 | 0 | 5 | 104 | 234 | 7 | 36 |
| Binary | 1000111 | 1010001 | 1001101 | 1100 | 0 | 101 | 1000100 | 10011100 | 111 | 11110 |
Color Harmonies of #47514D
Complementary color
Monochromatic Colors of #47514D
Black with #47514D
Text Example
Text Example
White with #47514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47514D; }
p { color: rgb(71,81,77); }
H1.HeaderClassName
{
color: #47514D;
}
.AnyTagClassName
{
color: #47514D;
}
</style>
background-color css
<style>
a { background-color: #47514D; }
a { background-color: rgb(71,81,77); }
div.DivClassName
{
background-color: #47514D;
}
.BgClassName
{
background-color: #47514D;
}
</style>
border-color css
<style>
span { border-color: #47514D; }
span { border-color: rgb(71,81,77); }
td.TdClassName
{
border-color: #47514D;
}
.TagClassName
{
border-color: #47514D;
}
</style>