Shades of Lynch #74797C
Tints of Lynch #74797C
RGB
CMYK
RGB Variations
Color information
#74797C (or 0x74797C) is known color: Lynch. HEX triplet: 74, 79 and 7C. RGB value is (116,121,124). Sum of RGB (Red+Green+Blue) = 116+121+124=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 124 - color contains mainly: blue. Hex color #74797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74797C is #8B8683. Grayscale: #777777. Windows color (decimal): -9143940 or 8157556. OLE color: 8157556.
HSL color Cylindrical-coordinate representation of color #74797C: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74797C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 121 | 124 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.51 |
| HSL | 202.5º | 0.03% | 0.47% | - |
| HSV(B) | 202.5º | 0.06% | 0.49% | - |
| XYZ | 17.68 | 18.84 | 21.77 | - |
| YUV | 119.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 124 | 0.06 | 0.02 | 0 | 0.51 | 202.5 | 0.03 | 0.47 |
| Hex | 74 | 79 | 7C | 6 | 2 | 0 | 33 | CA | 3 | 2F |
| Octal | 164 | 171 | 174 | 6 | 2 | 0 | 63 | 312 | 3 | 57 |
| Binary | 1110100 | 1111001 | 1111100 | 110 | 10 | 0 | 110011 | 11001010 | 11 | 101111 |
Color Harmonies of #74797C
Complementary color
Monochromatic Colors of #74797C
Black with #74797C
Text Example
Text Example
White with #74797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74797C; }
p { color: rgb(116,121,124); }
H1.HeaderClassName
{
color: #74797C;
}
.AnyTagClassName
{
color: #74797C;
}
</style>
background-color css
<style>
a { background-color: #74797C; }
a { background-color: rgb(116,121,124); }
div.DivClassName
{
background-color: #74797C;
}
.BgClassName
{
background-color: #74797C;
}
</style>
border-color css
<style>
span { border-color: #74797C; }
span { border-color: rgb(116,121,124); }
td.TdClassName
{
border-color: #74797C;
}
.TagClassName
{
border-color: #74797C;
}
</style>