Shades of Breaker Bay #4D7F78
Tints of Breaker Bay #4D7F78
RGB
CMYK
RGB Variations
Color information
#4D7F78 (or 0x4D7F78) is known color: Breaker Bay. HEX triplet: 4D, 7F and 78. RGB value is (77,127,120). Sum of RGB (Red+Green+Blue) = 77+127+120=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F78 is #B28087. Grayscale: #6F6F6F. Windows color (decimal): -11698312 or 7896909. OLE color: 7896909.
HSL color Cylindrical-coordinate representation of color #4D7F78: hue angle of 171.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F78 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 127 | 120 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.50 |
| HSL | 171.6º | 0.25% | 0.4% | - |
| HSV(B) | 171.6º | 0.39% | 0.5% | - |
| XYZ | 14.04 | 18.11 | 20.53 | - |
| YUV | 111.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 120 | 0.39 | 0 | 0.06 | 0.50 | 171.6 | 0.25 | 0.4 |
| Hex | 4D | 7F | 78 | 27 | 0 | 6 | 32 | AC | 19 | 28 |
| Octal | 115 | 177 | 170 | 47 | 0 | 6 | 62 | 254 | 31 | 50 |
| Binary | 1001101 | 1111111 | 1111000 | 100111 | 0 | 110 | 110010 | 10101100 | 11001 | 101000 |
Color Harmonies of #4D7F78
Complementary color
Monochromatic Colors of #4D7F78
Black with #4D7F78
Text Example
Text Example
White with #4D7F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7F78; }
p { color: rgb(77,127,120); }
H1.HeaderClassName
{
color: #4D7F78;
}
.AnyTagClassName
{
color: #4D7F78;
}
</style>
background-color css
<style>
a { background-color: #4D7F78; }
a { background-color: rgb(77,127,120); }
div.DivClassName
{
background-color: #4D7F78;
}
.BgClassName
{
background-color: #4D7F78;
}
</style>
border-color css
<style>
span { border-color: #4D7F78; }
span { border-color: rgb(77,127,120); }
td.TdClassName
{
border-color: #4D7F78;
}
.TagClassName
{
border-color: #4D7F78;
}
</style>