Shades of Bismark #4D7075
Tints of Bismark #4D7075
RGB
CMYK
RGB Variations
Color information
#4D7075 (or 0x4D7075) is known color: Bismark. HEX triplet: 4D, 70 and 75. RGB value is (77,112,117). Sum of RGB (Red+Green+Blue) = 77+112+117=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7075 is #B28F8A. Grayscale: #666666. Windows color (decimal): -11702155 or 7696461. OLE color: 7696461.
HSL color Cylindrical-coordinate representation of color #4D7075: hue angle of 187.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7075 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 112 | 117 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.54 |
| HSL | 187.5º | 0.21% | 0.38% | - |
| HSV(B) | 187.5º | 0.34% | 0.46% | - |
| XYZ | 12.07 | 14.45 | 18.98 | - |
| YUV | 102.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 117 | 0.34 | 0.04 | 0 | 0.54 | 187.5 | 0.21 | 0.38 |
| Hex | 4D | 70 | 75 | 22 | 4 | 0 | 36 | BC | 15 | 26 |
| Octal | 115 | 160 | 165 | 42 | 4 | 0 | 66 | 274 | 25 | 46 |
| Binary | 1001101 | 1110000 | 1110101 | 100010 | 100 | 0 | 110110 | 10111100 | 10101 | 100110 |
Color Harmonies of #4D7075
Complementary color
Monochromatic Colors of #4D7075
Black with #4D7075
Text Example
Text Example
White with #4D7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7075; }
p { color: rgb(77,112,117); }
H1.HeaderClassName
{
color: #4D7075;
}
.AnyTagClassName
{
color: #4D7075;
}
</style>
background-color css
<style>
a { background-color: #4D7075; }
a { background-color: rgb(77,112,117); }
div.DivClassName
{
background-color: #4D7075;
}
.BgClassName
{
background-color: #4D7075;
}
</style>
border-color css
<style>
span { border-color: #4D7075; }
span { border-color: rgb(77,112,117); }
td.TdClassName
{
border-color: #4D7075;
}
.TagClassName
{
border-color: #4D7075;
}
</style>