Shades of Breaker Bay #5C7D77
Tints of Breaker Bay #5C7D77
RGB
CMYK
RGB Variations
Color information
#5C7D77 (or 0x5C7D77) is known color: Breaker Bay. HEX triplet: 5C, 7D and 77. RGB value is (92,125,119). Sum of RGB (Red+Green+Blue) = 92+125+119=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7D77 is #A38288. Grayscale: #727272. Windows color (decimal): -10715785 or 7830876. OLE color: 7830876.
HSL color Cylindrical-coordinate representation of color #5C7D77: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C7D77 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 125 | 119 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.51 |
| HSL | 169.09º | 0.15% | 0.43% | - |
| HSV(B) | 169.09º | 0.26% | 0.49% | - |
| XYZ | 15.08 | 18.27 | 20.19 | - |
| YUV | 114.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 119 | 0.26 | 0 | 0.05 | 0.51 | 169.09 | 0.15 | 0.43 |
| Hex | 5C | 7D | 77 | 1A | 0 | 5 | 33 | A9 | F | 2B |
| Octal | 134 | 175 | 167 | 32 | 0 | 5 | 63 | 251 | 17 | 53 |
| Binary | 1011100 | 1111101 | 1110111 | 11010 | 0 | 101 | 110011 | 10101001 | 1111 | 101011 |
Color Harmonies of #5C7D77
Complementary color
Monochromatic Colors of #5C7D77
Black with #5C7D77
Text Example
Text Example
White with #5C7D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D77; }
p { color: rgb(92,125,119); }
H1.HeaderClassName
{
color: #5C7D77;
}
.AnyTagClassName
{
color: #5C7D77;
}
</style>
background-color css
<style>
a { background-color: #5C7D77; }
a { background-color: rgb(92,125,119); }
div.DivClassName
{
background-color: #5C7D77;
}
.BgClassName
{
background-color: #5C7D77;
}
</style>
border-color css
<style>
span { border-color: #5C7D77; }
span { border-color: rgb(92,125,119); }
td.TdClassName
{
border-color: #5C7D77;
}
.TagClassName
{
border-color: #5C7D77;
}
</style>