Shades of Lynch #677F8E
Tints of Lynch #677F8E
RGB
CMYK
RGB Variations
Color information
#677F8E (or 0x677F8E) is known color: Lynch. HEX triplet: 67, 7F and 8E. RGB value is (103,127,142). Sum of RGB (Red+Green+Blue) = 103+127+142=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #677F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F8E is #988071. Grayscale: #797979. Windows color (decimal): -9994354 or 9338727. OLE color: 9338727.
HSL color Cylindrical-coordinate representation of color #677F8E: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677F8E is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 127 | 142 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.44 |
| HSL | 203.08º | 0.16% | 0.48% | - |
| HSV(B) | 203.08º | 0.27% | 0.56% | - |
| XYZ | 18.07 | 20.02 | 28.5 | - |
| YUV | 121.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 142 | 0.27 | 0.11 | 0 | 0.44 | 203.08 | 0.16 | 0.48 |
| Hex | 67 | 7F | 8E | 1B | B | 0 | 2C | CB | 10 | 30 |
| Octal | 147 | 177 | 216 | 33 | 13 | 0 | 54 | 313 | 20 | 60 |
| Binary | 1100111 | 1111111 | 10001110 | 11011 | 1011 | 0 | 101100 | 11001011 | 10000 | 110000 |
Color Harmonies of #677F8E
Complementary color
Monochromatic Colors of #677F8E
Black with #677F8E
Text Example
Text Example
White with #677F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F8E; }
p { color: rgb(103,127,142); }
H1.HeaderClassName
{
color: #677F8E;
}
.AnyTagClassName
{
color: #677F8E;
}
</style>
background-color css
<style>
a { background-color: #677F8E; }
a { background-color: rgb(103,127,142); }
div.DivClassName
{
background-color: #677F8E;
}
.BgClassName
{
background-color: #677F8E;
}
</style>
border-color css
<style>
span { border-color: #677F8E; }
span { border-color: rgb(103,127,142); }
td.TdClassName
{
border-color: #677F8E;
}
.TagClassName
{
border-color: #677F8E;
}
</style>