Shades of William #50706C
Tints of William #50706C
RGB
CMYK
RGB Variations
Color information
#50706C (or 0x50706C) is known color: William. HEX triplet: 50, 70 and 6C. RGB value is (80,112,108). Sum of RGB (Red+Green+Blue) = 80+112+108=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #50706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50706C is #AF8F93. Grayscale: #656565. Windows color (decimal): -11505556 or 7106640. OLE color: 7106640.
HSL color Cylindrical-coordinate representation of color #50706C: hue angle of 172.5º 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 #50706C is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 108 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.56 |
| HSL | 172.5º | 0.17% | 0.38% | - |
| HSV(B) | 172.5º | 0.29% | 0.44% | - |
| XYZ | 11.81 | 14.38 | 16.34 | - |
| YUV | 101.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 108 | 0.29 | 0 | 0.04 | 0.56 | 172.5 | 0.17 | 0.38 |
| Hex | 50 | 70 | 6C | 1D | 0 | 4 | 38 | AC | 11 | 26 |
| Octal | 120 | 160 | 154 | 35 | 0 | 4 | 70 | 254 | 21 | 46 |
| Binary | 1010000 | 1110000 | 1101100 | 11101 | 0 | 100 | 111000 | 10101100 | 10001 | 100110 |
Color Harmonies of #50706C
Complementary color
Monochromatic Colors of #50706C
Black with #50706C
Text Example
Text Example
White with #50706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50706C; }
p { color: rgb(80,112,108); }
H1.HeaderClassName
{
color: #50706C;
}
.AnyTagClassName
{
color: #50706C;
}
</style>
background-color css
<style>
a { background-color: #50706C; }
a { background-color: rgb(80,112,108); }
div.DivClassName
{
background-color: #50706C;
}
.BgClassName
{
background-color: #50706C;
}
</style>
border-color css
<style>
span { border-color: #50706C; }
span { border-color: rgb(80,112,108); }
td.TdClassName
{
border-color: #50706C;
}
.TagClassName
{
border-color: #50706C;
}
</style>