Shades of Breaker Bay #617F7E
Tints of Breaker Bay #617F7E
RGB
CMYK
RGB Variations
Color information
#617F7E (or 0x617F7E) is known color: Breaker Bay. HEX triplet: 61, 7F and 7E. RGB value is (97,127,126). Sum of RGB (Red+Green+Blue) = 97+127+126=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 127 - color contains mainly: green. Hex color #617F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F7E is #9E8081. Grayscale: #757575. Windows color (decimal): -10387586 or 8290145. OLE color: 8290145.
HSL color Cylindrical-coordinate representation of color #617F7E: hue angle of 178º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617F7E is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 97 | 127 | 126 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.50 |
| HSL | 178º | 0.13% | 0.44% | - |
| HSV(B) | 178º | 0.24% | 0.5% | - |
| XYZ | 16.29 | 19.23 | 22.59 | - |
| YUV | 117.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 126 | 0.24 | 0 | 0.01 | 0.50 | 178 | 0.13 | 0.44 |
| Hex | 61 | 7F | 7E | 18 | 0 | 1 | 32 | B2 | D | 2C |
| Octal | 141 | 177 | 176 | 30 | 0 | 1 | 62 | 262 | 15 | 54 |
| Binary | 1100001 | 1111111 | 1111110 | 11000 | 0 | 1 | 110010 | 10110010 | 1101 | 101100 |
Color Harmonies of #617F7E
Complementary color
Monochromatic Colors of #617F7E
Black with #617F7E
Text Example
Text Example
White with #617F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F7E; }
p { color: rgb(97,127,126); }
H1.HeaderClassName
{
color: #617F7E;
}
.AnyTagClassName
{
color: #617F7E;
}
</style>
background-color css
<style>
a { background-color: #617F7E; }
a { background-color: rgb(97,127,126); }
div.DivClassName
{
background-color: #617F7E;
}
.BgClassName
{
background-color: #617F7E;
}
</style>
border-color css
<style>
span { border-color: #617F7E; }
span { border-color: rgb(97,127,126); }
td.TdClassName
{
border-color: #617F7E;
}
.TagClassName
{
border-color: #617F7E;
}
</style>