Shades of Breaker Bay #617E7C
Tints of Breaker Bay #617E7C
RGB
CMYK
RGB Variations
Color information
#617E7C (or 0x617E7C) is known color: Breaker Bay. HEX triplet: 61, 7E and 7C. RGB value is (97,126,124). Sum of RGB (Red+Green+Blue) = 97+126+124=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #617E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E7C is #9E8183. Grayscale: #757575. Windows color (decimal): -10387844 or 8158817. OLE color: 8158817.
HSL color Cylindrical-coordinate representation of color #617E7C: hue angle of 175.86º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617E7C is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 124 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.51 |
| HSL | 175.86º | 0.13% | 0.44% | - |
| HSV(B) | 175.86º | 0.23% | 0.49% | - |
| XYZ | 16.03 | 18.92 | 21.88 | - |
| YUV | 117.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 124 | 0.23 | 0 | 0.02 | 0.51 | 175.86 | 0.13 | 0.44 |
| Hex | 61 | 7E | 7C | 17 | 0 | 2 | 33 | B0 | D | 2C |
| Octal | 141 | 176 | 174 | 27 | 0 | 2 | 63 | 260 | 15 | 54 |
| Binary | 1100001 | 1111110 | 1111100 | 10111 | 0 | 10 | 110011 | 10110000 | 1101 | 101100 |
Color Harmonies of #617E7C
Complementary color
Monochromatic Colors of #617E7C
Black with #617E7C
Text Example
Text Example
White with #617E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E7C; }
p { color: rgb(97,126,124); }
H1.HeaderClassName
{
color: #617E7C;
}
.AnyTagClassName
{
color: #617E7C;
}
</style>
background-color css
<style>
a { background-color: #617E7C; }
a { background-color: rgb(97,126,124); }
div.DivClassName
{
background-color: #617E7C;
}
.BgClassName
{
background-color: #617E7C;
}
</style>
border-color css
<style>
span { border-color: #617E7C; }
span { border-color: rgb(97,126,124); }
td.TdClassName
{
border-color: #617E7C;
}
.TagClassName
{
border-color: #617E7C;
}
</style>