Shades of Breaker Bay #547D77
Tints of Breaker Bay #547D77
RGB
CMYK
RGB Variations
Color information
#547D77 (or 0x547D77) is known color: Breaker Bay. HEX triplet: 54, 7D and 77. RGB value is (84,125,119). Sum of RGB (Red+Green+Blue) = 84+125+119=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 125 - color contains mainly: green. Hex color #547D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D77 is #AB8288. Grayscale: #707070. Windows color (decimal): -11240073 or 7830868. OLE color: 7830868.
HSL color Cylindrical-coordinate representation of color #547D77: hue angle of 171.22º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547D77 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 119 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.51 |
| HSL | 171.22º | 0.2% | 0.41% | - |
| HSV(B) | 171.22º | 0.33% | 0.49% | - |
| XYZ | 14.32 | 17.88 | 20.15 | - |
| YUV | 112.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 119 | 0.33 | 0 | 0.05 | 0.51 | 171.22 | 0.2 | 0.41 |
| Hex | 54 | 7D | 77 | 21 | 0 | 5 | 33 | AB | 14 | 29 |
| Octal | 124 | 175 | 167 | 41 | 0 | 5 | 63 | 253 | 24 | 51 |
| Binary | 1010100 | 1111101 | 1110111 | 100001 | 0 | 101 | 110011 | 10101011 | 10100 | 101001 |
Color Harmonies of #547D77
Complementary color
Monochromatic Colors of #547D77
Black with #547D77
Text Example
Text Example
White with #547D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D77; }
p { color: rgb(84,125,119); }
H1.HeaderClassName
{
color: #547D77;
}
.AnyTagClassName
{
color: #547D77;
}
</style>
background-color css
<style>
a { background-color: #547D77; }
a { background-color: rgb(84,125,119); }
div.DivClassName
{
background-color: #547D77;
}
.BgClassName
{
background-color: #547D77;
}
</style>
border-color css
<style>
span { border-color: #547D77; }
span { border-color: rgb(84,125,119); }
td.TdClassName
{
border-color: #547D77;
}
.TagClassName
{
border-color: #547D77;
}
</style>