Shades of Lynch #6F7A7F
Tints of Lynch #6F7A7F
RGB
CMYK
RGB Variations
Color information
#6F7A7F (or 0x6F7A7F) is known color: Lynch. HEX triplet: 6F, 7A and 7F. RGB value is (111,122,127). Sum of RGB (Red+Green+Blue) = 111+122+127=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F7A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A7F is #908580. Grayscale: #777777. Windows color (decimal): -9471361 or 8354415. OLE color: 8354415.
HSL color Cylindrical-coordinate representation of color #6F7A7F: hue angle of 198.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7A7F is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 122 | 127 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.50 |
| HSL | 198.75º | 0.07% | 0.47% | - |
| HSV(B) | 198.75º | 0.13% | 0.5% | - |
| XYZ | 17.35 | 18.83 | 22.8 | - |
| YUV | 119.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 127 | 0.13 | 0.04 | 0 | 0.50 | 198.75 | 0.07 | 0.47 |
| Hex | 6F | 7A | 7F | D | 4 | 0 | 32 | C7 | 7 | 2F |
| Octal | 157 | 172 | 177 | 15 | 4 | 0 | 62 | 307 | 7 | 57 |
| Binary | 1101111 | 1111010 | 1111111 | 1101 | 100 | 0 | 110010 | 11000111 | 111 | 101111 |
Color Harmonies of #6F7A7F
Complementary color
Monochromatic Colors of #6F7A7F
Black with #6F7A7F
Text Example
Text Example
White with #6F7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A7F; }
p { color: rgb(111,122,127); }
H1.HeaderClassName
{
color: #6F7A7F;
}
.AnyTagClassName
{
color: #6F7A7F;
}
</style>
background-color css
<style>
a { background-color: #6F7A7F; }
a { background-color: rgb(111,122,127); }
div.DivClassName
{
background-color: #6F7A7F;
}
.BgClassName
{
background-color: #6F7A7F;
}
</style>
border-color css
<style>
span { border-color: #6F7A7F; }
span { border-color: rgb(111,122,127); }
td.TdClassName
{
border-color: #6F7A7F;
}
.TagClassName
{
border-color: #6F7A7F;
}
</style>