Shades of Breaker Bay #477D76
Tints of Breaker Bay #477D76
RGB
CMYK
RGB Variations
Color information
#477D76 (or 0x477D76) is known color: Breaker Bay. HEX triplet: 47, 7D and 76. RGB value is (71,125,118). Sum of RGB (Red+Green+Blue) = 71+125+118=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #477D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D76 is #B88289. Grayscale: #6C6C6C. Windows color (decimal): -12092042 or 7765319. OLE color: 7765319.
HSL color Cylindrical-coordinate representation of color #477D76: hue angle of 172.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477D76 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 125 | 118 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.51 |
| HSL | 172.22º | 0.28% | 0.38% | - |
| HSV(B) | 172.22º | 0.43% | 0.49% | - |
| XYZ | 13.2 | 17.31 | 19.79 | - |
| YUV | 108.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 118 | 0.43 | 0 | 0.06 | 0.51 | 172.22 | 0.28 | 0.38 |
| Hex | 47 | 7D | 76 | 2B | 0 | 6 | 33 | AC | 1C | 26 |
| Octal | 107 | 175 | 166 | 53 | 0 | 6 | 63 | 254 | 34 | 46 |
| Binary | 1000111 | 1111101 | 1110110 | 101011 | 0 | 110 | 110011 | 10101100 | 11100 | 100110 |
Color Harmonies of #477D76
Complementary color
Monochromatic Colors of #477D76
Black with #477D76
Text Example
Text Example
White with #477D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D76; }
p { color: rgb(71,125,118); }
H1.HeaderClassName
{
color: #477D76;
}
.AnyTagClassName
{
color: #477D76;
}
</style>
background-color css
<style>
a { background-color: #477D76; }
a { background-color: rgb(71,125,118); }
div.DivClassName
{
background-color: #477D76;
}
.BgClassName
{
background-color: #477D76;
}
</style>
border-color css
<style>
span { border-color: #477D76; }
span { border-color: rgb(71,125,118); }
td.TdClassName
{
border-color: #477D76;
}
.TagClassName
{
border-color: #477D76;
}
</style>