Shades of Breaker Bay #487A77
Tints of Breaker Bay #487A77
RGB
CMYK
RGB Variations
Color information
#487A77 (or 0x487A77) is known color: Breaker Bay. HEX triplet: 48, 7A and 77. RGB value is (72,122,119). Sum of RGB (Red+Green+Blue) = 72+122+119=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #487A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A77 is #B78588. Grayscale: #6A6A6A. Windows color (decimal): -12027273 or 7830088. OLE color: 7830088.
HSL color Cylindrical-coordinate representation of color #487A77: hue angle of 176.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A77 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 119 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.52 |
| HSL | 176.4º | 0.26% | 0.38% | - |
| HSV(B) | 176.4º | 0.41% | 0.48% | - |
| XYZ | 12.96 | 16.63 | 19.98 | - |
| YUV | 106.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 119 | 0.41 | 0 | 0.02 | 0.52 | 176.4 | 0.26 | 0.38 |
| Hex | 48 | 7A | 77 | 29 | 0 | 2 | 34 | B0 | 1A | 26 |
| Octal | 110 | 172 | 167 | 51 | 0 | 2 | 64 | 260 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1110111 | 101001 | 0 | 10 | 110100 | 10110000 | 11010 | 100110 |
Color Harmonies of #487A77
Complementary color
Monochromatic Colors of #487A77
Black with #487A77
Text Example
Text Example
White with #487A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A77; }
p { color: rgb(72,122,119); }
H1.HeaderClassName
{
color: #487A77;
}
.AnyTagClassName
{
color: #487A77;
}
</style>
background-color css
<style>
a { background-color: #487A77; }
a { background-color: rgb(72,122,119); }
div.DivClassName
{
background-color: #487A77;
}
.BgClassName
{
background-color: #487A77;
}
</style>
border-color css
<style>
span { border-color: #487A77; }
span { border-color: rgb(72,122,119); }
td.TdClassName
{
border-color: #487A77;
}
.TagClassName
{
border-color: #487A77;
}
</style>