Shades of Lynch #677A8A
Tints of Lynch #677A8A
RGB
CMYK
RGB Variations
Color information
#677A8A (or 0x677A8A) is known color: Lynch. HEX triplet: 67, 7A and 8A. RGB value is (103,122,138). Sum of RGB (Red+Green+Blue) = 103+122+138=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #677A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A8A is #988575. Grayscale: #767676. Windows color (decimal): -9995638 or 9075303. OLE color: 9075303.
HSL color Cylindrical-coordinate representation of color #677A8A: hue angle of 207.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677A8A is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 122 | 138 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.46 |
| HSL | 207.43º | 0.15% | 0.47% | - |
| HSV(B) | 207.43º | 0.25% | 0.54% | - |
| XYZ | 17.14 | 18.64 | 26.74 | - |
| YUV | 118.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 138 | 0.25 | 0.12 | 0 | 0.46 | 207.43 | 0.15 | 0.47 |
| Hex | 67 | 7A | 8A | 19 | C | 0 | 2E | CF | F | 2F |
| Octal | 147 | 172 | 212 | 31 | 14 | 0 | 56 | 317 | 17 | 57 |
| Binary | 1100111 | 1111010 | 10001010 | 11001 | 1100 | 0 | 101110 | 11001111 | 1111 | 101111 |
Color Harmonies of #677A8A
Complementary color
Monochromatic Colors of #677A8A
Black with #677A8A
Text Example
Text Example
White with #677A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A8A; }
p { color: rgb(103,122,138); }
H1.HeaderClassName
{
color: #677A8A;
}
.AnyTagClassName
{
color: #677A8A;
}
</style>
background-color css
<style>
a { background-color: #677A8A; }
a { background-color: rgb(103,122,138); }
div.DivClassName
{
background-color: #677A8A;
}
.BgClassName
{
background-color: #677A8A;
}
</style>
border-color css
<style>
span { border-color: #677A8A; }
span { border-color: rgb(103,122,138); }
td.TdClassName
{
border-color: #677A8A;
}
.TagClassName
{
border-color: #677A8A;
}
</style>