Shades of Breaker Bay #5A7A76
Tints of Breaker Bay #5A7A76
RGB
CMYK
RGB Variations
Color information
#5A7A76 (or 0x5A7A76) is known color: Breaker Bay. HEX triplet: 5A, 7A and 76. RGB value is (90,122,118). Sum of RGB (Red+Green+Blue) = 90+122+118=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7A76 is #A58589. Grayscale: #6F6F6F. Windows color (decimal): -10847626 or 7764570. OLE color: 7764570.
HSL color Cylindrical-coordinate representation of color #5A7A76: hue angle of 172.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7A76 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 118 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.52 |
| HSL | 172.5º | 0.15% | 0.42% | - |
| HSV(B) | 172.5º | 0.26% | 0.48% | - |
| XYZ | 14.45 | 17.4 | 19.74 | - |
| YUV | 111.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 118 | 0.26 | 0 | 0.03 | 0.52 | 172.5 | 0.15 | 0.42 |
| Hex | 5A | 7A | 76 | 1A | 0 | 3 | 34 | AC | F | 2A |
| Octal | 132 | 172 | 166 | 32 | 0 | 3 | 64 | 254 | 17 | 52 |
| Binary | 1011010 | 1111010 | 1110110 | 11010 | 0 | 11 | 110100 | 10101100 | 1111 | 101010 |
Color Harmonies of #5A7A76
Complementary color
Monochromatic Colors of #5A7A76
Black with #5A7A76
Text Example
Text Example
White with #5A7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A76; }
p { color: rgb(90,122,118); }
H1.HeaderClassName
{
color: #5A7A76;
}
.AnyTagClassName
{
color: #5A7A76;
}
</style>
background-color css
<style>
a { background-color: #5A7A76; }
a { background-color: rgb(90,122,118); }
div.DivClassName
{
background-color: #5A7A76;
}
.BgClassName
{
background-color: #5A7A76;
}
</style>
border-color css
<style>
span { border-color: #5A7A76; }
span { border-color: rgb(90,122,118); }
td.TdClassName
{
border-color: #5A7A76;
}
.TagClassName
{
border-color: #5A7A76;
}
</style>