Shades of Cape Cod #4D5250
Tints of Cape Cod #4D5250
RGB
CMYK
RGB Variations
Color information
#4D5250 (or 0x4D5250) is known color: Cape Cod. HEX triplet: 4D, 52 and 50. RGB value is (77,82,80). Sum of RGB (Red+Green+Blue) = 77+82+80=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 82 - color contains mainly: green. Hex color #4D5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5250 is #B2ADAF. Grayscale: #505050. Windows color (decimal): -11709872 or 5263949. OLE color: 5263949.
HSL color Cylindrical-coordinate representation of color #4D5250: hue angle of 156º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4D5250 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 77 | 82 | 80 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.68 |
| HSL | 156º | 0.03% | 0.31% | - |
| HSV(B) | 156º | 0.06% | 0.32% | - |
| XYZ | 7.53 | 8.19 | 8.77 | - |
| YUV | 80.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 80 | 0.06 | 0 | 0.02 | 0.68 | 156 | 0.03 | 0.31 |
| Hex | 4D | 52 | 50 | 6 | 0 | 2 | 44 | 9C | 3 | 1F |
| Octal | 115 | 122 | 120 | 6 | 0 | 2 | 104 | 234 | 3 | 37 |
| Binary | 1001101 | 1010010 | 1010000 | 110 | 0 | 10 | 1000100 | 10011100 | 11 | 11111 |
Color Harmonies of #4D5250
Complementary color
Monochromatic Colors of #4D5250
Black with #4D5250
Text Example
Text Example
White with #4D5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5250; }
p { color: rgb(77,82,80); }
H1.HeaderClassName
{
color: #4D5250;
}
.AnyTagClassName
{
color: #4D5250;
}
</style>
background-color css
<style>
a { background-color: #4D5250; }
a { background-color: rgb(77,82,80); }
div.DivClassName
{
background-color: #4D5250;
}
.BgClassName
{
background-color: #4D5250;
}
</style>
border-color css
<style>
span { border-color: #4D5250; }
span { border-color: rgb(77,82,80); }
td.TdClassName
{
border-color: #4D5250;
}
.TagClassName
{
border-color: #4D5250;
}
</style>