Shades of Breaker Bay #487C78
Tints of Breaker Bay #487C78
RGB
CMYK
RGB Variations
Color information
#487C78 (or 0x487C78) is known color: Breaker Bay. HEX triplet: 48, 7C and 78. RGB value is (72,124,120). Sum of RGB (Red+Green+Blue) = 72+124+120=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 124 - color contains mainly: green. Hex color #487C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C78 is #B78387. Grayscale: #6B6B6B. Windows color (decimal): -12026760 or 7896136. OLE color: 7896136.
HSL color Cylindrical-coordinate representation of color #487C78: hue angle of 175.38º 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 #487C78 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 120 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.51 |
| HSL | 175.38º | 0.27% | 0.38% | - |
| HSV(B) | 175.38º | 0.42% | 0.49% | - |
| XYZ | 13.27 | 17.15 | 20.38 | - |
| YUV | 108 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 120 | 0.42 | 0 | 0.03 | 0.51 | 175.38 | 0.27 | 0.38 |
| Hex | 48 | 7C | 78 | 2A | 0 | 3 | 33 | AF | 1B | 26 |
| Octal | 110 | 174 | 170 | 52 | 0 | 3 | 63 | 257 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1111000 | 101010 | 0 | 11 | 110011 | 10101111 | 11011 | 100110 |
Color Harmonies of #487C78
Complementary color
Monochromatic Colors of #487C78
Black with #487C78
Text Example
Text Example
White with #487C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C78; }
p { color: rgb(72,124,120); }
H1.HeaderClassName
{
color: #487C78;
}
.AnyTagClassName
{
color: #487C78;
}
</style>
background-color css
<style>
a { background-color: #487C78; }
a { background-color: rgb(72,124,120); }
div.DivClassName
{
background-color: #487C78;
}
.BgClassName
{
background-color: #487C78;
}
</style>
border-color css
<style>
span { border-color: #487C78; }
span { border-color: rgb(72,124,120); }
td.TdClassName
{
border-color: #487C78;
}
.TagClassName
{
border-color: #487C78;
}
</style>