Shades of Breaker Bay #477B76
Tints of Breaker Bay #477B76
RGB
CMYK
RGB Variations
Color information
#477B76 (or 0x477B76) is known color: Breaker Bay. HEX triplet: 47, 7B and 76. RGB value is (71,123,118). Sum of RGB (Red+Green+Blue) = 71+123+118=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 123 - color contains mainly: green. Hex color #477B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B76 is #B88489. Grayscale: #6A6A6A. Windows color (decimal): -12092554 or 7764807. OLE color: 7764807.
HSL color Cylindrical-coordinate representation of color #477B76: hue angle of 174.23º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B76 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 118 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.52 |
| HSL | 174.23º | 0.27% | 0.38% | - |
| HSV(B) | 174.23º | 0.42% | 0.48% | - |
| XYZ | 12.95 | 16.81 | 19.7 | - |
| YUV | 106.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 118 | 0.42 | 0 | 0.04 | 0.52 | 174.23 | 0.27 | 0.38 |
| Hex | 47 | 7B | 76 | 2A | 0 | 4 | 34 | AE | 1B | 26 |
| Octal | 107 | 173 | 166 | 52 | 0 | 4 | 64 | 256 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1110110 | 101010 | 0 | 100 | 110100 | 10101110 | 11011 | 100110 |
Color Harmonies of #477B76
Complementary color
Monochromatic Colors of #477B76
Black with #477B76
Text Example
Text Example
White with #477B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B76; }
p { color: rgb(71,123,118); }
H1.HeaderClassName
{
color: #477B76;
}
.AnyTagClassName
{
color: #477B76;
}
</style>
background-color css
<style>
a { background-color: #477B76; }
a { background-color: rgb(71,123,118); }
div.DivClassName
{
background-color: #477B76;
}
.BgClassName
{
background-color: #477B76;
}
</style>
border-color css
<style>
span { border-color: #477B76; }
span { border-color: rgb(71,123,118); }
td.TdClassName
{
border-color: #477B76;
}
.TagClassName
{
border-color: #477B76;
}
</style>