Shades of Cape Cod #4C5753
Tints of Cape Cod #4C5753
RGB
CMYK
RGB Variations
Color information
#4C5753 (or 0x4C5753) is known color: Cape Cod. HEX triplet: 4C, 57 and 53. RGB value is (76,87,83). Sum of RGB (Red+Green+Blue) = 76+87+83=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 87 - color contains mainly: green. Hex color #4C5753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5753 is #B3A8AC. Grayscale: #535353. Windows color (decimal): -11774125 or 5461836. OLE color: 5461836.
HSL color Cylindrical-coordinate representation of color #4C5753: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C5753 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 83 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.66 |
| HSL | 158.18º | 0.07% | 0.32% | - |
| HSV(B) | 158.18º | 0.13% | 0.34% | - |
| XYZ | 7.95 | 8.98 | 9.5 | - |
| YUV | 83.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 83 | 0.13 | 0 | 0.05 | 0.66 | 158.18 | 0.07 | 0.32 |
| Hex | 4C | 57 | 53 | D | 0 | 5 | 42 | 9E | 7 | 20 |
| Octal | 114 | 127 | 123 | 15 | 0 | 5 | 102 | 236 | 7 | 40 |
| Binary | 1001100 | 1010111 | 1010011 | 1101 | 0 | 101 | 1000010 | 10011110 | 111 | 100000 |
Color Harmonies of #4C5753
Complementary color
Monochromatic Colors of #4C5753
Black with #4C5753
Text Example
Text Example
White with #4C5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5753; }
p { color: rgb(76,87,83); }
H1.HeaderClassName
{
color: #4C5753;
}
.AnyTagClassName
{
color: #4C5753;
}
</style>
background-color css
<style>
a { background-color: #4C5753; }
a { background-color: rgb(76,87,83); }
div.DivClassName
{
background-color: #4C5753;
}
.BgClassName
{
background-color: #4C5753;
}
</style>
border-color css
<style>
span { border-color: #4C5753; }
span { border-color: rgb(76,87,83); }
td.TdClassName
{
border-color: #4C5753;
}
.TagClassName
{
border-color: #4C5753;
}
</style>