Shades of William #50716C
Tints of William #50716C
RGB
CMYK
RGB Variations
Color information
#50716C (or 0x50716C) is known color: William. HEX triplet: 50, 71 and 6C. RGB value is (80,113,108). Sum of RGB (Red+Green+Blue) = 80+113+108=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #50716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716C is #AF8E93. Grayscale: #666666. Windows color (decimal): -11505300 or 7106896. OLE color: 7106896.
HSL color Cylindrical-coordinate representation of color #50716C: hue angle of 170.91º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50716C is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 113 | 108 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.56 |
| HSL | 170.91º | 0.17% | 0.38% | - |
| HSV(B) | 170.91º | 0.29% | 0.44% | - |
| XYZ | 11.92 | 14.6 | 16.38 | - |
| YUV | 102.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 113 | 108 | 0.29 | 0 | 0.04 | 0.56 | 170.91 | 0.17 | 0.38 |
| Hex | 50 | 71 | 6C | 1D | 0 | 4 | 38 | AB | 11 | 26 |
| Octal | 120 | 161 | 154 | 35 | 0 | 4 | 70 | 253 | 21 | 46 |
| Binary | 1010000 | 1110001 | 1101100 | 11101 | 0 | 100 | 111000 | 10101011 | 10001 | 100110 |
Color Harmonies of #50716C
Complementary color
Monochromatic Colors of #50716C
Black with #50716C
Text Example
Text Example
White with #50716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50716C; }
p { color: rgb(80,113,108); }
H1.HeaderClassName
{
color: #50716C;
}
.AnyTagClassName
{
color: #50716C;
}
</style>
background-color css
<style>
a { background-color: #50716C; }
a { background-color: rgb(80,113,108); }
div.DivClassName
{
background-color: #50716C;
}
.BgClassName
{
background-color: #50716C;
}
</style>
border-color css
<style>
span { border-color: #50716C; }
span { border-color: rgb(80,113,108); }
td.TdClassName
{
border-color: #50716C;
}
.TagClassName
{
border-color: #50716C;
}
</style>