Shades of Breaker Bay #487C77
Tints of Breaker Bay #487C77
RGB
CMYK
RGB Variations
Color information
#487C77 (or 0x487C77) is known color: Breaker Bay. HEX triplet: 48, 7C and 77. RGB value is (72,124,119). Sum of RGB (Red+Green+Blue) = 72+124+119=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #487C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C77 is #B78388. Grayscale: #6B6B6B. Windows color (decimal): -12026761 or 7830600. OLE color: 7830600.
HSL color Cylindrical-coordinate representation of color #487C77: hue angle of 174.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C77 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 119 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.51 |
| HSL | 174.23º | 0.27% | 0.38% | - |
| HSV(B) | 174.23º | 0.42% | 0.49% | - |
| XYZ | 13.21 | 17.12 | 20.06 | - |
| YUV | 107.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 119 | 0.42 | 0 | 0.04 | 0.51 | 174.23 | 0.27 | 0.38 |
| Hex | 48 | 7C | 77 | 2A | 0 | 4 | 33 | AE | 1B | 26 |
| Octal | 110 | 174 | 167 | 52 | 0 | 4 | 63 | 256 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1110111 | 101010 | 0 | 100 | 110011 | 10101110 | 11011 | 100110 |
Color Harmonies of #487C77
Complementary color
Monochromatic Colors of #487C77
Black with #487C77
Text Example
Text Example
White with #487C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C77; }
p { color: rgb(72,124,119); }
H1.HeaderClassName
{
color: #487C77;
}
.AnyTagClassName
{
color: #487C77;
}
</style>
background-color css
<style>
a { background-color: #487C77; }
a { background-color: rgb(72,124,119); }
div.DivClassName
{
background-color: #487C77;
}
.BgClassName
{
background-color: #487C77;
}
</style>
border-color css
<style>
span { border-color: #487C77; }
span { border-color: rgb(72,124,119); }
td.TdClassName
{
border-color: #487C77;
}
.TagClassName
{
border-color: #487C77;
}
</style>