Shades of Lynch #677A8C
Tints of Lynch #677A8C
RGB
CMYK
RGB Variations
Color information
#677A8C (or 0x677A8C) is known color: Lynch. HEX triplet: 67, 7A and 8C. RGB value is (103,122,140). Sum of RGB (Red+Green+Blue) = 103+122+140=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #677A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677A8C is #988573. Grayscale: #767676. Windows color (decimal): -9995636 or 9206375. OLE color: 9206375.
HSL color Cylindrical-coordinate representation of color #677A8C: hue angle of 209.19º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #677A8C is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 122 | 140 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.45 |
| HSL | 209.19º | 0.15% | 0.48% | - |
| HSV(B) | 209.19º | 0.26% | 0.55% | - |
| XYZ | 17.29 | 18.7 | 27.51 | - |
| YUV | 118.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 140 | 0.26 | 0.13 | 0 | 0.45 | 209.19 | 0.15 | 0.48 |
| Hex | 67 | 7A | 8C | 1A | D | 0 | 2D | D1 | F | 30 |
| Octal | 147 | 172 | 214 | 32 | 15 | 0 | 55 | 321 | 17 | 60 |
| Binary | 1100111 | 1111010 | 10001100 | 11010 | 1101 | 0 | 101101 | 11010001 | 1111 | 110000 |
Color Harmonies of #677A8C
Complementary color
Monochromatic Colors of #677A8C
Black with #677A8C
Text Example
Text Example
White with #677A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677A8C; }
p { color: rgb(103,122,140); }
H1.HeaderClassName
{
color: #677A8C;
}
.AnyTagClassName
{
color: #677A8C;
}
</style>
background-color css
<style>
a { background-color: #677A8C; }
a { background-color: rgb(103,122,140); }
div.DivClassName
{
background-color: #677A8C;
}
.BgClassName
{
background-color: #677A8C;
}
</style>
border-color css
<style>
span { border-color: #677A8C; }
span { border-color: rgb(103,122,140); }
td.TdClassName
{
border-color: #677A8C;
}
.TagClassName
{
border-color: #677A8C;
}
</style>