Shades of Breaker Bay #4D7577
Tints of Breaker Bay #4D7577
RGB
CMYK
RGB Variations
Color information
#4D7577 (or 0x4D7577) is known color: Breaker Bay. HEX triplet: 4D, 75 and 77. RGB value is (77,117,119). Sum of RGB (Red+Green+Blue) = 77+117+119=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D7577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7577 is #B28A88. Grayscale: #696969. Windows color (decimal): -11700873 or 7828813. OLE color: 7828813.
HSL color Cylindrical-coordinate representation of color #4D7577: hue angle of 182.86º 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 #4D7577 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 117 | 119 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.53 |
| HSL | 182.86º | 0.21% | 0.38% | - |
| HSV(B) | 182.86º | 0.35% | 0.47% | - |
| XYZ | 12.75 | 15.63 | 19.8 | - |
| YUV | 105.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 119 | 0.35 | 0.02 | 0 | 0.53 | 182.86 | 0.21 | 0.38 |
| Hex | 4D | 75 | 77 | 23 | 2 | 0 | 35 | B7 | 15 | 26 |
| Octal | 115 | 165 | 167 | 43 | 2 | 0 | 65 | 267 | 25 | 46 |
| Binary | 1001101 | 1110101 | 1110111 | 100011 | 10 | 0 | 110101 | 10110111 | 10101 | 100110 |
Color Harmonies of #4D7577
Complementary color
Monochromatic Colors of #4D7577
Black with #4D7577
Text Example
Text Example
White with #4D7577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7577; }
p { color: rgb(77,117,119); }
H1.HeaderClassName
{
color: #4D7577;
}
.AnyTagClassName
{
color: #4D7577;
}
</style>
background-color css
<style>
a { background-color: #4D7577; }
a { background-color: rgb(77,117,119); }
div.DivClassName
{
background-color: #4D7577;
}
.BgClassName
{
background-color: #4D7577;
}
</style>
border-color css
<style>
span { border-color: #4D7577; }
span { border-color: rgb(77,117,119); }
td.TdClassName
{
border-color: #4D7577;
}
.TagClassName
{
border-color: #4D7577;
}
</style>