Shades of Lynch #767D82
Tints of Lynch #767D82
RGB
CMYK
RGB Variations
Color information
#767D82 (or 0x767D82) is known color: Lynch. HEX triplet: 76, 7D and 82. RGB value is (118,125,130). Sum of RGB (Red+Green+Blue) = 118+125+130=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #767D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D82 is #89827D. Grayscale: #7B7B7B. Windows color (decimal): -9011838 or 8551798. OLE color: 8551798.
HSL color Cylindrical-coordinate representation of color #767D82: hue angle of 205º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767D82 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 125 | 130 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.49 |
| HSL | 205º | 0.05% | 0.49% | - |
| HSV(B) | 205º | 0.09% | 0.51% | - |
| XYZ | 18.83 | 20.13 | 24.01 | - |
| YUV | 123.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 130 | 0.09 | 0.04 | 0 | 0.49 | 205 | 0.05 | 0.49 |
| Hex | 76 | 7D | 82 | 9 | 4 | 0 | 31 | CD | 5 | 31 |
| Octal | 166 | 175 | 202 | 11 | 4 | 0 | 61 | 315 | 5 | 61 |
| Binary | 1110110 | 1111101 | 10000010 | 1001 | 100 | 0 | 110001 | 11001101 | 101 | 110001 |
Color Harmonies of #767D82
Complementary color
Monochromatic Colors of #767D82
Black with #767D82
Text Example
Text Example
White with #767D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D82; }
p { color: rgb(118,125,130); }
H1.HeaderClassName
{
color: #767D82;
}
.AnyTagClassName
{
color: #767D82;
}
</style>
background-color css
<style>
a { background-color: #767D82; }
a { background-color: rgb(118,125,130); }
div.DivClassName
{
background-color: #767D82;
}
.BgClassName
{
background-color: #767D82;
}
</style>
border-color css
<style>
span { border-color: #767D82; }
span { border-color: rgb(118,125,130); }
td.TdClassName
{
border-color: #767D82;
}
.TagClassName
{
border-color: #767D82;
}
</style>