Shades of Breaker Bay #5C7776
Tints of Breaker Bay #5C7776
RGB
CMYK
RGB Variations
Color information
#5C7776 (or 0x5C7776) is known color: Breaker Bay. HEX triplet: 5C, 77 and 76. RGB value is (92,119,118). Sum of RGB (Red+Green+Blue) = 92+119+118=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7776 is #A38889. Grayscale: #6E6E6E. Windows color (decimal): -10717322 or 7763804. OLE color: 7763804.
HSL color Cylindrical-coordinate representation of color #5C7776: hue angle of 177.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7776 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 118 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.53 |
| HSL | 177.78º | 0.13% | 0.41% | - |
| HSV(B) | 177.78º | 0.23% | 0.47% | - |
| XYZ | 14.28 | 16.78 | 19.63 | - |
| YUV | 110.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 118 | 0.23 | 0 | 0.01 | 0.53 | 177.78 | 0.13 | 0.41 |
| Hex | 5C | 77 | 76 | 17 | 0 | 1 | 35 | B2 | D | 29 |
| Octal | 134 | 167 | 166 | 27 | 0 | 1 | 65 | 262 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1110110 | 10111 | 0 | 1 | 110101 | 10110010 | 1101 | 101001 |
Color Harmonies of #5C7776
Complementary color
Monochromatic Colors of #5C7776
Black with #5C7776
Text Example
Text Example
White with #5C7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7776; }
p { color: rgb(92,119,118); }
H1.HeaderClassName
{
color: #5C7776;
}
.AnyTagClassName
{
color: #5C7776;
}
</style>
background-color css
<style>
a { background-color: #5C7776; }
a { background-color: rgb(92,119,118); }
div.DivClassName
{
background-color: #5C7776;
}
.BgClassName
{
background-color: #5C7776;
}
</style>
border-color css
<style>
span { border-color: #5C7776; }
span { border-color: rgb(92,119,118); }
td.TdClassName
{
border-color: #5C7776;
}
.TagClassName
{
border-color: #5C7776;
}
</style>