Shades of Cape Cod #4D5753
Tints of Cape Cod #4D5753
RGB
CMYK
RGB Variations
Color information
#4D5753 (or 0x4D5753) is known color: Cape Cod. HEX triplet: 4D, 57 and 53. RGB value is (77,87,83). Sum of RGB (Red+Green+Blue) = 77+87+83=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5753 is #B2A8AC. Grayscale: #535353. Windows color (decimal): -11708589 or 5461837. OLE color: 5461837.
HSL color Cylindrical-coordinate representation of color #4D5753: hue angle of 156º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4D5753 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 83 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.66 |
| HSL | 156º | 0.06% | 0.32% | - |
| HSV(B) | 156º | 0.11% | 0.34% | - |
| XYZ | 8.03 | 9.02 | 9.5 | - |
| YUV | 83.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 83 | 0.11 | 0 | 0.05 | 0.66 | 156 | 0.06 | 0.32 |
| Hex | 4D | 57 | 53 | B | 0 | 5 | 42 | 9C | 6 | 20 |
| Octal | 115 | 127 | 123 | 13 | 0 | 5 | 102 | 234 | 6 | 40 |
| Binary | 1001101 | 1010111 | 1010011 | 1011 | 0 | 101 | 1000010 | 10011100 | 110 | 100000 |
Color Harmonies of #4D5753
Complementary color
Monochromatic Colors of #4D5753
Black with #4D5753
Text Example
Text Example
White with #4D5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5753; }
p { color: rgb(77,87,83); }
H1.HeaderClassName
{
color: #4D5753;
}
.AnyTagClassName
{
color: #4D5753;
}
</style>
background-color css
<style>
a { background-color: #4D5753; }
a { background-color: rgb(77,87,83); }
div.DivClassName
{
background-color: #4D5753;
}
.BgClassName
{
background-color: #4D5753;
}
</style>
border-color css
<style>
span { border-color: #4D5753; }
span { border-color: rgb(77,87,83); }
td.TdClassName
{
border-color: #4D5753;
}
.TagClassName
{
border-color: #4D5753;
}
</style>