Shades of Breaker Bay #4D7773
Tints of Breaker Bay #4D7773
RGB
CMYK
RGB Variations
Color information
#4D7773 (or 0x4D7773) is known color: Breaker Bay. HEX triplet: 4D, 77 and 73. RGB value is (77,119,115). Sum of RGB (Red+Green+Blue) = 77+119+115=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7773 is #B2888C. Grayscale: #696969. Windows color (decimal): -11700365 or 7567181. OLE color: 7567181.
HSL color Cylindrical-coordinate representation of color #4D7773: hue angle of 174.29º 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 #4D7773 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 115 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.53 |
| HSL | 174.29º | 0.21% | 0.38% | - |
| HSV(B) | 174.29º | 0.35% | 0.47% | - |
| XYZ | 12.75 | 16.01 | 18.64 | - |
| YUV | 105.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 115 | 0.35 | 0 | 0.03 | 0.53 | 174.29 | 0.21 | 0.38 |
| Hex | 4D | 77 | 73 | 23 | 0 | 3 | 35 | AE | 15 | 26 |
| Octal | 115 | 167 | 163 | 43 | 0 | 3 | 65 | 256 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1110011 | 100011 | 0 | 11 | 110101 | 10101110 | 10101 | 100110 |
Color Harmonies of #4D7773
Complementary color
Monochromatic Colors of #4D7773
Black with #4D7773
Text Example
Text Example
White with #4D7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7773; }
p { color: rgb(77,119,115); }
H1.HeaderClassName
{
color: #4D7773;
}
.AnyTagClassName
{
color: #4D7773;
}
</style>
background-color css
<style>
a { background-color: #4D7773; }
a { background-color: rgb(77,119,115); }
div.DivClassName
{
background-color: #4D7773;
}
.BgClassName
{
background-color: #4D7773;
}
</style>
border-color css
<style>
span { border-color: #4D7773; }
span { border-color: rgb(77,119,115); }
td.TdClassName
{
border-color: #4D7773;
}
.TagClassName
{
border-color: #4D7773;
}
</style>