Shades of Breaker Bay #547A76
Tints of Breaker Bay #547A76
RGB
CMYK
RGB Variations
Color information
#547A76 (or 0x547A76) is known color: Breaker Bay. HEX triplet: 54, 7A and 76. RGB value is (84,122,118). Sum of RGB (Red+Green+Blue) = 84+122+118=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #547A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A76 is #AB8589. Grayscale: #6E6E6E. Windows color (decimal): -11240842 or 7764564. OLE color: 7764564.
HSL color Cylindrical-coordinate representation of color #547A76: hue angle of 173.68º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #547A76 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 122 | 118 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.52 |
| HSL | 173.68º | 0.18% | 0.4% | - |
| HSV(B) | 173.68º | 0.31% | 0.48% | - |
| XYZ | 13.89 | 17.11 | 19.71 | - |
| YUV | 110.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 118 | 0.31 | 0 | 0.03 | 0.52 | 173.68 | 0.18 | 0.4 |
| Hex | 54 | 7A | 76 | 1F | 0 | 3 | 34 | AE | 12 | 28 |
| Octal | 124 | 172 | 166 | 37 | 0 | 3 | 64 | 256 | 22 | 50 |
| Binary | 1010100 | 1111010 | 1110110 | 11111 | 0 | 11 | 110100 | 10101110 | 10010 | 101000 |
Color Harmonies of #547A76
Complementary color
Monochromatic Colors of #547A76
Black with #547A76
Text Example
Text Example
White with #547A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A76; }
p { color: rgb(84,122,118); }
H1.HeaderClassName
{
color: #547A76;
}
.AnyTagClassName
{
color: #547A76;
}
</style>
background-color css
<style>
a { background-color: #547A76; }
a { background-color: rgb(84,122,118); }
div.DivClassName
{
background-color: #547A76;
}
.BgClassName
{
background-color: #547A76;
}
</style>
border-color css
<style>
span { border-color: #547A76; }
span { border-color: rgb(84,122,118); }
td.TdClassName
{
border-color: #547A76;
}
.TagClassName
{
border-color: #547A76;
}
</style>