Shades of Breaker Bay #4D7D75
Tints of Breaker Bay #4D7D75
RGB
CMYK
RGB Variations
Color information
#4D7D75 (or 0x4D7D75) is known color: Breaker Bay. HEX triplet: 4D, 7D and 75. RGB value is (77,125,117). Sum of RGB (Red+Green+Blue) = 77+125+117=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7D75 is #B2828A. Grayscale: #6D6D6D. Windows color (decimal): -11698827 or 7699789. OLE color: 7699789.
HSL color Cylindrical-coordinate representation of color #4D7D75: hue angle of 170º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7D75 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 117 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.51 |
| HSL | 170º | 0.24% | 0.4% | - |
| HSV(B) | 170º | 0.38% | 0.49% | - |
| XYZ | 13.61 | 17.53 | 19.5 | - |
| YUV | 109.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 117 | 0.38 | 0 | 0.06 | 0.51 | 170 | 0.24 | 0.4 |
| Hex | 4D | 7D | 75 | 26 | 0 | 6 | 33 | AA | 18 | 28 |
| Octal | 115 | 175 | 165 | 46 | 0 | 6 | 63 | 252 | 30 | 50 |
| Binary | 1001101 | 1111101 | 1110101 | 100110 | 0 | 110 | 110011 | 10101010 | 11000 | 101000 |
Color Harmonies of #4D7D75
Complementary color
Monochromatic Colors of #4D7D75
Black with #4D7D75
Text Example
Text Example
White with #4D7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D75; }
p { color: rgb(77,125,117); }
H1.HeaderClassName
{
color: #4D7D75;
}
.AnyTagClassName
{
color: #4D7D75;
}
</style>
background-color css
<style>
a { background-color: #4D7D75; }
a { background-color: rgb(77,125,117); }
div.DivClassName
{
background-color: #4D7D75;
}
.BgClassName
{
background-color: #4D7D75;
}
</style>
border-color css
<style>
span { border-color: #4D7D75; }
span { border-color: rgb(77,125,117); }
td.TdClassName
{
border-color: #4D7D75;
}
.TagClassName
{
border-color: #4D7D75;
}
</style>