Shades of Lynch #677B85
Tints of Lynch #677B85
RGB
CMYK
RGB Variations
Color information
#677B85 (or 0x677B85) is known color: Lynch. HEX triplet: 67, 7B and 85. RGB value is (103,123,133). Sum of RGB (Red+Green+Blue) = 103+123+133=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #677B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B85 is #98847A. Grayscale: #767676. Windows color (decimal): -9995387 or 8747879. OLE color: 8747879.
HSL color Cylindrical-coordinate representation of color #677B85: hue angle of 200º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677B85 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 123 | 133 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.48 |
| HSL | 200º | 0.13% | 0.46% | - |
| HSV(B) | 200º | 0.23% | 0.52% | - |
| XYZ | 16.91 | 18.74 | 24.92 | - |
| YUV | 118.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 133 | 0.23 | 0.08 | 0 | 0.48 | 200 | 0.13 | 0.46 |
| Hex | 67 | 7B | 85 | 17 | 8 | 0 | 30 | C8 | D | 2E |
| Octal | 147 | 173 | 205 | 27 | 10 | 0 | 60 | 310 | 15 | 56 |
| Binary | 1100111 | 1111011 | 10000101 | 10111 | 1000 | 0 | 110000 | 11001000 | 1101 | 101110 |
Color Harmonies of #677B85
Complementary color
Monochromatic Colors of #677B85
Black with #677B85
Text Example
Text Example
White with #677B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B85; }
p { color: rgb(103,123,133); }
H1.HeaderClassName
{
color: #677B85;
}
.AnyTagClassName
{
color: #677B85;
}
</style>
background-color css
<style>
a { background-color: #677B85; }
a { background-color: rgb(103,123,133); }
div.DivClassName
{
background-color: #677B85;
}
.BgClassName
{
background-color: #677B85;
}
</style>
border-color css
<style>
span { border-color: #677B85; }
span { border-color: rgb(103,123,133); }
td.TdClassName
{
border-color: #677B85;
}
.TagClassName
{
border-color: #677B85;
}
</style>