Shades of Cape Cod #4D5350
Tints of Cape Cod #4D5350
RGB
CMYK
RGB Variations
Color information
#4D5350 (or 0x4D5350) is known color: Cape Cod. HEX triplet: 4D, 53 and 50. RGB value is (77,83,80). Sum of RGB (Red+Green+Blue) = 77+83+80=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5350 is #B2ACAF. Grayscale: #505050. Windows color (decimal): -11709616 or 5264205. OLE color: 5264205.
HSL color Cylindrical-coordinate representation of color #4D5350: hue angle of 150º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4D5350 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 77 | 83 | 80 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.67 |
| HSL | 150º | 0.04% | 0.31% | - |
| HSV(B) | 150º | 0.07% | 0.33% | - |
| XYZ | 7.6 | 8.34 | 8.8 | - |
| YUV | 80.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 80 | 0.07 | 0 | 0.04 | 0.67 | 150 | 0.04 | 0.31 |
| Hex | 4D | 53 | 50 | 7 | 0 | 4 | 43 | 96 | 4 | 1F |
| Octal | 115 | 123 | 120 | 7 | 0 | 4 | 103 | 226 | 4 | 37 |
| Binary | 1001101 | 1010011 | 1010000 | 111 | 0 | 100 | 1000011 | 10010110 | 100 | 11111 |
Color Harmonies of #4D5350
Complementary color
Monochromatic Colors of #4D5350
Black with #4D5350
Text Example
Text Example
White with #4D5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5350; }
p { color: rgb(77,83,80); }
H1.HeaderClassName
{
color: #4D5350;
}
.AnyTagClassName
{
color: #4D5350;
}
</style>
background-color css
<style>
a { background-color: #4D5350; }
a { background-color: rgb(77,83,80); }
div.DivClassName
{
background-color: #4D5350;
}
.BgClassName
{
background-color: #4D5350;
}
</style>
border-color css
<style>
span { border-color: #4D5350; }
span { border-color: rgb(77,83,80); }
td.TdClassName
{
border-color: #4D5350;
}
.TagClassName
{
border-color: #4D5350;
}
</style>