Shades of Breaker Bay #487D76
Tints of Breaker Bay #487D76
RGB
CMYK
RGB Variations
Color information
#487D76 (or 0x487D76) is known color: Breaker Bay. HEX triplet: 48, 7D and 76. RGB value is (72,125,118). Sum of RGB (Red+Green+Blue) = 72+125+118=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 125 - color contains mainly: green. Hex color #487D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487D76 is #B78289. Grayscale: #6C6C6C. Windows color (decimal): -12026506 or 7765320. OLE color: 7765320.
HSL color Cylindrical-coordinate representation of color #487D76: hue angle of 172.08º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D76 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 125 | 118 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.51 |
| HSL | 172.08º | 0.27% | 0.39% | - |
| HSV(B) | 172.08º | 0.42% | 0.49% | - |
| XYZ | 13.28 | 17.35 | 19.79 | - |
| YUV | 108.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 125 | 118 | 0.42 | 0 | 0.06 | 0.51 | 172.08 | 0.27 | 0.39 |
| Hex | 48 | 7D | 76 | 2A | 0 | 6 | 33 | AC | 1B | 27 |
| Octal | 110 | 175 | 166 | 52 | 0 | 6 | 63 | 254 | 33 | 47 |
| Binary | 1001000 | 1111101 | 1110110 | 101010 | 0 | 110 | 110011 | 10101100 | 11011 | 100111 |
Color Harmonies of #487D76
Complementary color
Monochromatic Colors of #487D76
Black with #487D76
Text Example
Text Example
White with #487D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487D76; }
p { color: rgb(72,125,118); }
H1.HeaderClassName
{
color: #487D76;
}
.AnyTagClassName
{
color: #487D76;
}
</style>
background-color css
<style>
a { background-color: #487D76; }
a { background-color: rgb(72,125,118); }
div.DivClassName
{
background-color: #487D76;
}
.BgClassName
{
background-color: #487D76;
}
</style>
border-color css
<style>
span { border-color: #487D76; }
span { border-color: rgb(72,125,118); }
td.TdClassName
{
border-color: #487D76;
}
.TagClassName
{
border-color: #487D76;
}
</style>