Shades of Lynch #71808A
Tints of Lynch #71808A
RGB
CMYK
RGB Variations
Color information
#71808A (or 0x71808A) is known color: Lynch. HEX triplet: 71, 80 and 8A. RGB value is (113,128,138). Sum of RGB (Red+Green+Blue) = 113+128+138=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #71808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71808A is #8E7F75. Grayscale: #7C7C7C. Windows color (decimal): -9338742 or 9076849. OLE color: 9076849.
HSL color Cylindrical-coordinate representation of color #71808A: hue angle of 204º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71808A is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 128 | 138 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.46 |
| HSL | 204º | 0.1% | 0.49% | - |
| HSV(B) | 204º | 0.18% | 0.54% | - |
| XYZ | 19.12 | 20.78 | 27.05 | - |
| YUV | 124.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 138 | 0.18 | 0.07 | 0 | 0.46 | 204 | 0.1 | 0.49 |
| Hex | 71 | 80 | 8A | 12 | 7 | 0 | 2E | CC | A | 31 |
| Octal | 161 | 200 | 212 | 22 | 7 | 0 | 56 | 314 | 12 | 61 |
| Binary | 1110001 | 10000000 | 10001010 | 10010 | 111 | 0 | 101110 | 11001100 | 1010 | 110001 |
Color Harmonies of #71808A
Complementary color
Monochromatic Colors of #71808A
Black with #71808A
Text Example
Text Example
White with #71808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71808A; }
p { color: rgb(113,128,138); }
H1.HeaderClassName
{
color: #71808A;
}
.AnyTagClassName
{
color: #71808A;
}
</style>
background-color css
<style>
a { background-color: #71808A; }
a { background-color: rgb(113,128,138); }
div.DivClassName
{
background-color: #71808A;
}
.BgClassName
{
background-color: #71808A;
}
</style>
border-color css
<style>
span { border-color: #71808A; }
span { border-color: rgb(113,128,138); }
td.TdClassName
{
border-color: #71808A;
}
.TagClassName
{
border-color: #71808A;
}
</style>