Shades of Breaker Bay #4D7776
Tints of Breaker Bay #4D7776
RGB
CMYK
RGB Variations
Color information
#4D7776 (or 0x4D7776) is known color: Breaker Bay. HEX triplet: 4D, 77 and 76. RGB value is (77,119,118). Sum of RGB (Red+Green+Blue) = 77+119+118=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7776 is #B28889. Grayscale: #6A6A6A. Windows color (decimal): -11700362 or 7763789. OLE color: 7763789.
HSL color Cylindrical-coordinate representation of color #4D7776: hue angle of 178.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D7776 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 118 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.53 |
| HSL | 178.57º | 0.21% | 0.38% | - |
| HSV(B) | 178.57º | 0.35% | 0.47% | - |
| XYZ | 12.93 | 16.08 | 19.56 | - |
| YUV | 106.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 118 | 0.35 | 0 | 0.01 | 0.53 | 178.57 | 0.21 | 0.38 |
| Hex | 4D | 77 | 76 | 23 | 0 | 1 | 35 | B3 | 15 | 26 |
| Octal | 115 | 167 | 166 | 43 | 0 | 1 | 65 | 263 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1110110 | 100011 | 0 | 1 | 110101 | 10110011 | 10101 | 100110 |
Color Harmonies of #4D7776
Complementary color
Monochromatic Colors of #4D7776
Black with #4D7776
Text Example
Text Example
White with #4D7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7776; }
p { color: rgb(77,119,118); }
H1.HeaderClassName
{
color: #4D7776;
}
.AnyTagClassName
{
color: #4D7776;
}
</style>
background-color css
<style>
a { background-color: #4D7776; }
a { background-color: rgb(77,119,118); }
div.DivClassName
{
background-color: #4D7776;
}
.BgClassName
{
background-color: #4D7776;
}
</style>
border-color css
<style>
span { border-color: #4D7776; }
span { border-color: rgb(77,119,118); }
td.TdClassName
{
border-color: #4D7776;
}
.TagClassName
{
border-color: #4D7776;
}
</style>